You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get the example dor django running.
First issue: the path to the gevent-websocket in buildout.cfg is stale. I think it should be: https://bitbucket.org/noppo/gevent-websocket.
second issue: After replacing the stale link, I rerun ./bin/buildout and get:
Develop: '/home/seth/src/gevent-socketio/examples/django_chat/../..'
<path>/.virtualenvs/django-chat/lib/python2.7/site-packages/setuptools/dist.py:342: UserWarning: The version specified (':versiontools:versiontools') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
and, indeed, it fails to compile:
Exception: Failed to run command:
'<path>/.virtualenvs/django-chat/bin/python', '/tmp/tmpJs9_6t', '-q', 'develop', '-mN', '-d', '<path>/src/gevent-socketio/examples/django_chat/develop-eggs/tmpo_HaiUbuild'
thoughts? Do you need more information?
The text was updated successfully, but these errors were encountered:
I am trying to get the example dor django running.
First issue: the path to the gevent-websocket in
buildout.cfg
is stale. I think it should be:https://bitbucket.org/noppo/gevent-websocket
.second issue: After replacing the stale link, I rerun
./bin/buildout
and get:and, indeed, it fails to compile:
thoughts? Do you need more information?
The text was updated successfully, but these errors were encountered: