-
Notifications
You must be signed in to change notification settings - Fork 47
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
Can't build on Mac OS error: command '/usr/bin/clang' failed with exit code 1 #371
Comments
I also noticed this today. @Gsantomaggio have you found a solution? |
@ReLehmann No, I did not. I decided to move on to something else. |
I can now confirm that it is related to macOS 14.x. My colleagues on 13.x have no problems with this. |
same here on macOS 14.3.1 (23D60) |
This is related to llvm 15. If you |
I have the similar issue in mac0S 14 with python 3.7.17 on installation of pillow and report lab can someone help me to resolve the issue. @qeternity |
I also have the same issue in MacOS 14.5 with python 3.10.14 on installation of Calorine 2.3. I have nearly tried all the ways could be useful. |
Is there any workarounds for python 3.12? |
@dineshwebdeveloper did you find a solution? I also have trouble installing Pillow because of this. |
I had this issue after updating to macOS 14.7. Pinning my package to use Python 3.9.19 instead of 3.9.20 in the conda environment fixed it for me.
|
Python 3.11.3
Describe the bug
Cannot build the library on MAC OS
To Reproduce
Steps to reproduce the behavior:
python -m venv env
source env/bin/activate
pip install -r dev_requirements.txt
python setup.py build_ext --inplace
Expected behavior
build the library
Error
The text was updated successfully, but these errors were encountered: