bastibe / transplant

Transplant is an easy way of calling Matlab from Python
https://transplant.readthedocs.io
Other
110 stars 26 forks source link

Use Python's libzmq #28

Closed bastibe closed 7 years ago

bastibe commented 7 years ago

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.

bastibe commented 7 years ago

I believe I have a working prototype of this in 793bcf3079ab9fffd942ca8fc6fef48b8c8435c2

bastibe commented 7 years ago

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.