Problem in installing DIGITS

Dear All,

Good Evening !!

I’m Amitava from India. I’ve been facing some problem while installing NVIDIA DIGITS

I’ve followed the steps mentioned in GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.

But finally running ./dgit-devserver it gives the error


| _ / | | / |
| |) | | (
|| | | | _

|
/_|| || |__/ 6.0.0-rc.1

Did you forget to “make pycaffe”?
“/home/amitava/caffe” from CAFFE_ROOT does not point to a valid installation of Caffe.
Use the envvar CAFFE_ROOT to indicate a valid installation.
Traceback (most recent call last):
File “/usr/lib/python2.7/runpy.py”, line 162, in _run_module_as_main
main”, fname, loader, pkg_name)
File “/usr/lib/python2.7/runpy.py”, line 72, in _run_code
exec code in run_globals
File “/home/amitava/DIGITS/digits/main.py”, line 70, in
main()
File “/home/amitava/DIGITS/digits/main.py”, line 53, in main
import digits.config
File “digits/config/init.py”, line 7, in
from . import ( # noqa
File “digits/config/caffe.py”, line 226, in
executable, version, flavor = load_from_envvar(‘CAFFE_ROOT’)
File “digits/config/caffe.py”, line 37, in load_from_envvar
import_pycaffe(python_dir)
File “digits/config/caffe.py”, line 126, in import_pycaffe
import caffe
File “/home/amitava/caffe/python/caffe/init.py”, line 1, in
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver
File “/home/amitava/caffe/python/caffe/pycaffe.py”, line 15, in
import caffe.io
File “/home/amitava/caffe/python/caffe/io.py”, line 2, in
import skimage.io
ImportError: No module named skimage.io

I’ve updated the ./bashrc file to provide the exact path of Caffe ans python.

Awaiting for help and thanks in advance

Regards
Amitava