bastibe / transplant

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

Error loading libzmq #99

Closed haaabb closed 2 years ago

haaabb commented 2 years ago

After I use the command "matlab = transplant.Matlab()" in Pycharm, the error "Error loading libzmq" occur in matlab command window.

Error in the command window: Error loading libzmq,no supported compiler found.

The versions of my matlab and python are 2021a and 3.7, and I use Win10. I have installed zeromq with anaconda, am I using the wrong version of matlab?

Thank you

bastibe commented 2 years ago

I think you'll have to install a compiler first. Matlab has one in its app store thing, if I remember correctly.

haaabb commented 2 years ago

Thank you! it is finally working.