Open Gsantomaggio opened 1 year ago
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 brew install llvm@14
and then run pip install with a PATH override like so PATH="/opt/homebrew/opt/llvm@14/bin:$PATH" pip install uamqp
(or wherever your homebrew is) then it will work fine.
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.
UAMQP Package Version: Cloned from the repo
Operating System: Mac
Python Version:
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