-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
First reported in labscript-suite/labscript-suite#83
Can reproduce this on windows using the conda provided zeromq==4.3.5. Fundamental problem is the call to zmq.curve_keypair()
.
>>> import zmq
>>> zmq.curve_keypair()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "zmq/backend/cython/utils.pyx", line 60, in zmq.backend.cython.utils.curve_keypair
File "C:\Users\naqsL\miniconda3\envs\labscript\Lib\site-packages\zmq\error.py", line 149, in _check_rc
raise ZMQError(errno)
zmq.error.ZMQError: Not supported
Issue may be wider, but I suspect there is an issue with the conda build recipe. Not 100% sure where to even report it...
Metadata
Metadata
Assignees
Labels
No labels