ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
423 stars 119 forks source link

Unable to import numpy and pyansys in SpaceClaim - ANSYS 2019 R1 #166

Closed Karyan07 closed 4 years ago

akaszynski commented 4 years ago

Interesting. I'm unfamiliar with how SpaceClaim works, but it's likely that they have their own version of python (probably ironpython) and this means you won't be able to install and import most python modules that make Python great.

Apparently there is a way to install numpy on iron python: https://stackoverflow.com/questions/51618405/install-numpy-for-ironpython, however, I'm not sure if SpaceClaim's python has a package manager or a way of installing packages. As for pyansys, it may not also be possible to install it either unless you can build and deploy it on SpaceClaim.

akaszynski commented 4 years ago

Closing as this can’t be solved with the open source pyansys.