Dear experts,
I am trying to build O2Physics on my laptop with MacOS Sonoma 14.6 and Xcode 15.4, and I am stuck at building the python-modules. The log is attached.
python-modules.log (105.2 KB)
Based on what I can understand, the issue is with scikit package that requires python version < 3.11, but probably version 3.12 is picked up from my system. I tried to unlink it with brew unlink python@3.12
and link older version brew link python@3.10
, based on some advices in older email threads, but it didn’t work.
I also tried to update brew and reinstall packages with brew reinstall alisw/system-deps/o2-full-deps alisw/system-deps/alibuild
.
I also updated the pip version, as it is suggested at the end of the log, but it gives me the same warning.
Would you have any advice on what to do?
Thanks!