bastibe / transplant

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

Consider adding transplant to conda forge #76

Closed kupiqu closed 5 years ago

kupiqu commented 5 years ago

https://conda-forge.org/#about

A better integration with conda might potentially fix issues when using transplant in conda environments, e.g. issue #75

bastibe commented 5 years ago

Transplant is a pure-Python module and does not need compilation at all. What benefits would it bring to host it on conda-forge in addition to PyPi?

Personally, I have switched back to using PyPi instead of conda a few years ago, when wheels finally became usable. I don't believe #75 is related to installation issues, though.

kupiqu commented 5 years ago

Transplant is a pure-Python module and does not need compilation at all. What benefits would it bring to host it on conda-forge in addition to PyPi?

Personally, I have switched back to using PyPi instead of conda a few years ago, when wheels finally became usable. I don't believe #75 is related to installation issues, though.

Sure. It was not a matter of compilation but of awareness inside conda's environments. But I solved it by installing it once inside the environment by using (installing) conda's PyPi.