-
Notifications
You must be signed in to change notification settings - Fork 58
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
Error when using pip install for fitsio #403
Comments
I made a new attempt in the Anaconda environment. But it still failed. Below is the job log: (base) C:\Users\Ed>conda activate redrock_env (redrock_env) C:\Users\Ed>cd C:\Users\Ed\Documents\Ed\Ed@_Astronomy_Research\DESI\DESI\File_Analysis_Software\Visualization_Software\redrock (redrock_env) C:\Users\Ed\Documents\Ed\Ed@_Astronomy_Research\DESI\DESI\File_Analysis_Software\Visualization_Software\redrock>pip install -r requirem ents.txt × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. (redrock_env) C:\Users\Ed\Documents\Ed\Ed@_Astronomy_Research\DESI\DESI\File_Analysis_Software\Visualization_Software\redrock> |
I don't have a windows machine for testing, maybe another user or contributor could take a look |
Thank you for looking into it. I decided to install Ubuntu on a virtual machine in my Windows OS and that fixed the problem. It is working fine now. |
I'm trying to get things working on windows, but its slow going as I have to debug using the continious integration. See here #405 If you have any pointers on why its not finding the cfitsio headers I would be grateful |
I came across that same problem with cfitsio. I probably spent a day on it. After coming up empty, I just moved everything to the Linux WSL and resigned myself to work in that environment. I am still working on the problem though and if I come up with anything I will let you know. |
I attempted to use pip install for fitsio on a Windows 10, 64-bit machine today. Here are the errors I encountered:
The text was updated successfully, but these errors were encountered: