You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Windows 10
Python 3.9.7
Anaconda environment
all requirements installed
When trying to install galsim with pip I run into an error:
File "C:\Users\Admin\anaconda3\lib\genericpath.py", line 42, in isdir
st = os.stat(s)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
That said, I recently figured out what was needed to get things working in Windows for TreeCorr. cf. rmjarvis/TreeCorr#143 So maybe we can leave this open and I'll hack on it in from time to time.
rmjarvis
changed the title
Pip install galsim calls a TypeError in genericpath.py
Have GalSim support Windows installations.
Jul 15, 2022
OS: Windows 10
Python 3.9.7
Anaconda environment
all requirements installed
When trying to install galsim with pip I run into an error:
Full PowerShell output in .txt file included
powershell_output.txt
The text was updated successfully, but these errors were encountered: