-
Notifications
You must be signed in to change notification settings - Fork 642
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
pyzmq-20.0.0-cp39-cp39-win_amd64.whl does not have libzmq? #1467
Comments
Thanks! I'm not sure how that happened. I've totally updated the CI infrastructure for building wheels and the 3.9 wheel uploaded here should work. I'll try to get a release built from the new infrastructure soon. |
I've been looking into this and libzmq is present, but |
I'm sorry, I forgot to tell it. |
Fixed in #1470, I'll try to push updated wheels in the next week. |
Is that fix only for 3.9? It appears wheels are broken for other Pythons (pyzmq 20.0.0 vs pyzmq 21.0.0 on Python 3.7) |
@QuLogic there was a different but related issue in 21.0.0 (#1472 , the first release from a new CI build system) that should be fixed for all supported Windows versions in 21.0.1. Unsupported Windows (e.g. Windows 7, which is more than 12 months past Extended Support EOL) is still known to have issues, but I haven't figured out a fix yet. |
It seems that
pyzmq-20.0.0-cp39-cp39-win_amd64.whl in https://pypi.org/project/pyzmq/#files does not have libzmq inside it.
I tested this on Windows Sandbox.
You can reproduce this error with
python.exe -m pip install pyzmq
in Command Prompt (Actually, in the above image, I installed jupyterlab).python.exe -c "import zmq"
Please tell me if there is anything that I can help with.
The text was updated successfully, but these errors were encountered: