Closed SimonPinches closed 2 years ago
QCG-PilotJob has a dependency on the zmq python package that is only available at version 0.0.0. I suspect this dependency should really be on PyZMQ which provides the Python bindings to ZeroMQ.
zmq
PyZMQ
Hi @SimonPinches, thanks for reporting the problem. I will merge the fix asap.
The fix was just merged into develop branch
QCG-PilotJob has a dependency on the
zmq
python package that is only available at version 0.0.0. I suspect this dependency should really be onPyZMQ
which provides the Python bindings to ZeroMQ.