ansys / pyfluent-visualization

Visualize Ansys Fluent simulations using Python
https://visualization.fluent.docs.pyansys.com
MIT License
26 stars 3 forks source link

Installation issue with Ansys Python #121

Open mkundu1 opened 2 years ago

mkundu1 commented 2 years ago

pip install visualization is not working with Ansys Python because psutil cannot be compiled.

One workaround is to pass --system-site-packages while creating the virtual environment.

Pyrbi commented 2 years ago

Hi, I have tried with --system-site-packages and got below error:

>"C:\Program Files\ANSYS Inc\v231\commonfiles\CPython\3_7\winx64\Release\python\python.exe" -m venv --system-site-packages env
Access is denied.
seanpearsonuk commented 2 years ago

Seeking more information on the nature of the dependency.