-
Notifications
You must be signed in to change notification settings - Fork 13
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
Failed building wheel for healpy #141
Comments
Can you tell us more about your configuration. What version of Windows? Are you using WSL? Could you post the error message? Thanks! |
Sure - i'm on Windows 11. No WSL. Error is: Building wheels for collected packages: healpy × Building wheel for healpy (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
I'm gonna be honest with you: in my many years of running computing workshops and supporting/mentoring folks with a wide variety of machines, the only way I've ever found to make scientific computing work on a Windows machines is via WSL. WSL lets you run a Linux environment inside Windows and gives you a real Linux command line. The install instructions are pretty good and the default Ubuntu installation is a fine choice: https://learn.microsoft.com/en-us/windows/wsl/install |
Also, when is the last time you tried to install? We've recently made some packaging improvements which seemed to have fixed this healpy installation problem for other windows users: see #118. |
I have confirmed with the other Windows user that they got it to install under WSL/Ubuntu. |
I can't pip install on my windows machine, as it fails to download healpy properly.
The text was updated successfully, but these errors were encountered: