pyzmq: WIndows 7 DLL load failed
>> import zmq
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\venv\lib\site-packages\zmq\__init__.p
_load_libzmq()
File "C:\Users\venv\lib\site-packages\zmq\__init__.p
from . import libzmq
ImportError: DLL load failed: The specified module could not be found.
- python 3.6.8 (Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32)
- windows 7 enterprise
- pyzmq==21.0.0
Note: Works fine with pyzmq==20.0.0 Maybe some packaging error?
About this issue
- Original URL
- State: open
- Created 3 years ago
- Reactions: 3
- Comments: 35 (20 by maintainers)
I need to stop for today, but I’m going to merge #1473 and release 21.0.1 now as it at least moves the base required Windows back (to 8.1, I think). I’ll look at fixing it for Windows 7 as soon as I can (or if someone else knows how, that would be awesome!).
@minrk Dropping by as the v22 fixed the problem in our case! Thanks!