-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ImportError: No module named sgunicorn #958
Comments
Hi, |
@SevenGong I don't recommend using Anaconda. Our install instructions are for the standard Python distribution. |
@gheinrich Thank you. I know Anaconda is very popular now, so I use it. |
@rjgowth11 sorry. I can open the URL. Can you tell me how to sovle it ? Thank you very much. |
Yes, |
No module named sgunicorn? I just get an error: No module named sgunicorn I've used pip to install all the requirements (I think). Anyone else have this problem or any advise? Thanks! Can you try this requirements list? I made a few of the requirements more specific.
Error: class uri 'socketio.sgunicorn.GeventSocketIOWorker' invalid or not found: [Traceback (most recent call last): My Pip List:
Can you try this requirements list? I made a few of the requirements more specific.
The server started up :) and I can go to the site. But jobs dont seem to be running. I configure a job just like I do with ./runme, but it seems to just hang with no training ever happening. The console just says the following (which it also says in ./runme but continues anyways): Not sure if there are other log files around.
I'd prefer it if you created a new thread for this issue. It's helpful to have separate thread for separate issues for the sake of searching.
Hi, Error: class uri 'socketio.sgunicorn.GeventSocketIOWorker' invalid or not found: [Traceback (most recent call last):
ImportError: No module named sgunicorn Any advise about how to solve? my pip list is: 0 https://github.com/NVIDIA/DIGITS/blob/digits-3.0/requirements.txt
|
@gheinrich It did work as you said. It is amazing. Thank you very much! |
@rjgowth11 Thank you. But I have solved the problem when I used the standard python rather than anaconda as gheinrich said above. |
Thanks for the feedback - closing this issue now. |
When I do "./digits-derver",I got the error:
Error: class uri 'socketio.sgunicorn.GeventSocketIOWorker' invalid or not found:
[Traceback (most recent call last):
File "/home/XXX/anaconda2/lib/python2.7/site-packages/gunicorn/util.py", line 142, in load_class
mod = import_module('.'.join(components))
File "/home/XXX/anaconda2/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
ImportError: No module named sgunicorn
But I have installed the gunicorn. What should I do? Need your help.
The text was updated successfully, but these errors were encountered: