uWSGI workers can't find python module gevent -
uWSGI workers can't find python module gevent -
i have daemon prints next errors.
... respawned uwsgi worker 58 (new pid: 23363) damn ! worker 59 (pid: 23300) died :( trying respawn ... respawned uwsgi worker 59 (new pid: 23364) damn ! worker 60 (pid: 23301) died :( trying respawn ... importerror: no module named gevent importerror: no module named gevent respawned uwsgi worker 60 (new pid: 23365) ...
gevent
seems install because there folder in /usr/lib/local/python2.7/site-packages/
.
i'm using kronos locu https://github.com/locu/chronology/tree/master/kronos running kronos .py file works though, problem doesn't seem related kronos. why aren't uwsgi workers able find package? i'm using ubuntu 14.04
i had exact same issue , providing path virtualenv solved issue.
specify path virtualenv
-h /path/to/your/virtualenv
python python-2.7 uwsgi importerror gevent
Comments
Post a Comment