-
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
Cannot install fitsio with pip on MacOS Monterrey #413
Comments
You need to inspect the config.log and figure out why the compiler won't build C code. |
It says Does your environment not have a C compiler available? |
It should have a C compiler available. I'm able to use clang on MacOS to compile other C programs. |
Yeah you need to look at the config.log file to see what the compiler error is. |
Do you have any workarounds to access the config.log file? Stackoverflow tells me that the config.log file should be in the folder where it errored in, but when I tried to cd into the the |
Hi, I'm trying to install the most recent version of fitsio using pip, but I'm getting errors related to compiling C fitsio code. Could I get some insights into how to resolve this?
Here are some specifications of my machine:
Here is the error message I'm getting:
Many thanks in advance for your help!
The text was updated successfully, but these errors were encountered: