Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async_websocket not present since 0.3.5 #231

Open
uSpike opened this issue Oct 5, 2017 · 1 comment
Open

async_websocket not present since 0.3.5 #231

uSpike opened this issue Oct 5, 2017 · 1 comment

Comments

@uSpike
Copy link

uSpike commented Oct 5, 2017

I don't get async_websocket.py installed in releases after 0.3.5.

$ pip install 'ws4py' -U
...
Successfully installed ws4py-0.4.2
(venv) $ ls venv/lib/python3.5/site-packages/ws4py/
client     exc.py      __init__.py  messaging.py  server        utf8validator.py
compat.py  framing.py  manager.py   __pycache__   streaming.py  websocket.py

$ pip install 'ws4py<0.4.0'
...
Successfully installed ws4py-0.3.5
(venv) $ ls venv/lib/python3.5/site-packages/ws4py/
async_websocket.py  compat.py  framing.py   manager.py    __pycache__  streaming.py      websocket.py
client              exc.py     __init__.py  messaging.py  server       utf8validator.py

It looks like older releases did wheels, and newer ones release as source. The version check in setup.py seems to be failing.

@uSpike
Copy link
Author

uSpike commented Oct 5, 2017

async_websocket.py is not included in the .tar.gz file on pypi. I suspect that the pypi upload is being done with a python2 instance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant