GalSim-developers / GalSim-developers/GalSim
Have GalSim support Windows installations.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 272
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the attached powershell_output.txt and reproducing the pip installation in the reported Windows 10, Python 3.9.7 Anaconda environment. Trace the reported NoneType path error through the installation process; done means GalSim installs successfully on Windows with the stated setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, python
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100