DIGITS icon indicating copy to clipboard operation
DIGITS copied to clipboard

Error on installing digits. Tensorflow support disabled

Open Sprinzzzz opened this issue 6 years ago • 3 comments

I am getting the following error on digits server while trying to install and run digits. numpy version -1.15.1. Please help me guys!

Thanks


 |   \_ _/ __|_ _|_   _/ __|
 | |) | | (_ || |  | | \__ \
 |___/___\___|___| |_| |___/ 6.1.1

Tensorflow support disabled.
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 174, 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/nvidia/DIGITS/digits/__main__.py", line 70, in <module>
    main()
  File "/home/nvidia/DIGITS/digits/__main__.py", line 55, in main
    import digits.webapp
  File "digits/webapp.py", line 7, in <module>
    from flask.ext.socketio import SocketIO
  File "/home/nvidia/.local/lib/python2.7/site-packages/flask/exthook.py", line 87, in load_module
    raise ImportError('No module named %s' % fullname)
ImportError: No module named flask.ext.socketio

Show numpy output

pip show numpy
---
Metadata-Version: 2.0
Name: numpy
Version: 1.15.1

Sprinzzzz avatar Aug 24 '18 16:08 Sprinzzzz

Hi, have you installed the python packages from requirements.txt?

mayankmahajan21 avatar Sep 27 '18 14:09 mayankmahajan21

Hi, have you installed the python packages from requirements.txt?

Yes

adfayed avatar Jun 29 '19 00:06 adfayed

if you have installed all the packages ,maybe you should pay attention to the path you installed Flask-SocketIO ,maybe you have installed it in another path.

eve76 avatar Jan 17 '20 10:01 eve76