Closed bastibe closed 7 years ago
I believe I have a working prototype of this in 793bcf3079ab9fffd942ca8fc6fef48b8c8435c2
This only works partially. If you install zmq through conda
, it supplies its own libzmq. Transplant will automatically use a system-installed libzmq, or a conda
-installed libzmq if it is available. pip install zmq
does not install its own libzmq.
It should be possible to re-use Python's libzmq. This would obviate the need to have a separate installation of libzmq on a system.