psnc-qcg / QCG-PilotJob

The QCG Pilot Job service for execution of many computing tasks inside one allocation
Apache License 2.0
11 stars 2 forks source link

Change QCG-PilotJob dependency on zmq to PyZMQ #166

Closed SimonPinches closed 2 years ago

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

pkopta commented 2 years ago

Hi @SimonPinches, thanks for reporting the problem. I will merge the fix asap.

pkopta commented 2 years ago

The fix was just merged into develop branch