-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
pip install failure on MacOS High Sierra 10.13 #813
Comments
After trying to install this using setup.py, I get the following error:
There is some issue with clang on OS 10.13 that I cannot figure out. Setting CC=clang or gcc does not solve the problem for me. This seems to be similar to issue #447 that @manodeep was having last year. |
ok, one more thing that is interesting. For some reason, the setup script is looking for a much older version of the compiler. Here is the version of clang I have. (gcc and g++ all link to the same thing)
This is different than |
Okay, there is a VERY simple solution. Setting the CXX variable is key. |
The default compiler is the compiler that was originally used to compile |
ok, all is good. I think we should consider adding a note about setting |
Sounds good, Duncan. Since you encountered the issue then you're probably the best person to write the docs modification in a way that will be clearest to other people who encounter it. |
I encountered the same problem, but after the "export CXX=clang", the error still exits. |
@Zellar209 - can you give some more details of your system information? For example, I am able to reproduce a cython build problem in python 3.6, but not in 2.7. |
"export CXX=clang" is not working for me.. |
@youmin817 - what version of python? Can you give some system information? |
I have python3.7 |
@youmin817 I have the similar issue and I fixed it by running |
@JamieShi Do you get the performance boost with threads when using |
@JiaminShi Thank you. |
I tried to install Halotools with
pip install halotools
and the install fails with the following error:Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/02/_3trvknx2199yf629jn2hm3r0000gn/T/pip-build-syx0iqkf/halotools/
The text was updated successfully, but these errors were encountered: