Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have GalSim support Windows installations. #1168

Open
RomanAkhmetshyn opened this issue Jul 14, 2022 · 3 comments
Open

Have GalSim support Windows installations. #1168

RomanAkhmetshyn opened this issue Jul 14, 2022 · 3 comments
Labels
build Related to compiling, building, installing

Comments

@RomanAkhmetshyn
Copy link

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

Full PowerShell output in .txt file included
powershell_output.txt

@rmandelb
Copy link
Member

As per https://github.com/GalSim-developers/GalSim/blob/releases/2.3/INSTALL.rst , we do not currently support installation on Windows, so this kind of error is expected.

@rmjarvis
Copy link
Member

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 rmjarvis changed the title Pip install galsim calls a TypeError in genericpath.py Have GalSim support Windows installations. Jul 15, 2022
@rmjarvis rmjarvis added the build Related to compiling, building, installing label Jul 15, 2022
@andrevitorelli
Copy link
Contributor

On a side note, GalSim does work fine in WSL in Windows machines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to compiling, building, installing
Projects
None yet
Development

No branches or pull requests

4 participants