You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Mac this has been worked around (I wouldn't call it fixed:-) with f063f63. This does three things:
pin the Python version to 3.10 in CMakeLists.txt
ensure [email protected] is installed with brew, in scripts/install-3rdparty-osx1015.sh
in scripts/buildall.sh, find the correct python prefix and pass it to cmake as Python3_ROOT_DIR. This ensures that cmake finds the correct Python for your architecture if you have both Silicon and Intel pythons installed with brew .
While working on #33 and #34 I noticed the GitHub Actions are failing, for all platforms.
Issues identified so far:
The text was updated successfully, but these errors were encountered: