Skip to content

make_shared_secret fails with ZMQError: Not supported #19

Description

@dihm

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions