gevent-socketio icon indicating copy to clipboard operation
gevent-socketio copied to clipboard

django example won't install

Open seth4618 opened this issue 9 years ago • 0 comments

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?

seth4618 avatar Dec 30 '16 22:12 seth4618