alejandrobll / py-sphviewer

Py-SPHViewer is a framework for rendering cosmological simulations in Python using the Smoothed Particle Hydrodynamics scheme.
https://alejandrobll.github.com/py-sphviewer
GNU General Public License v3.0
70 stars 29 forks source link

Installation fails on Windows 10 #29

Open alexisprnt opened 3 years ago

alexisprnt commented 3 years ago

Hello

I have tried to install py-sphviewer on Windows 10 64 bit. I'm running Python 3.9.5 and I'm getting the following errors message : unknown

I have tried to change the fopenmp to -openmp, but I still have errors, do you know how could I get py-sphviewer in my case ?

alejandrobll commented 3 years ago

The error does not seem to be really related to openMP, but to lack of permissions in your temporary directory?

Lxy12138 commented 2 years ago

image

Hello alejandrobll, I have tried to install py-sphviewer on Windows 11 64 bit with pip(Python 3.9.6) but I'm getting some errors as the image shows, It's said in the setup.py line 37 that "# Note that we don't support MSVC here.". I think that it is the reason. I tried to install mingw and install with the command "python setup.py install build --compiler=mingw32", but it shows "ValueError: Unknown MS Compiler version 1929", it's confused