We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't get async_websocket.py installed in releases after 0.3.5.
async_websocket.py
$ 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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
I don't get
async_websocket.py
installed in releases after 0.3.5.It looks like older releases did wheels, and newer ones release as source. The version check in setup.py seems to be failing.
The text was updated successfully, but these errors were encountered: