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
Orbit installation fails with LLVM libc++ version 16 on M1 Mac.
This is because orbit uses cmdstan==2.31.0 during installation, which has an issue with LLVM libc++ version 16 (ref: stan-dev/cmdstan#1158). The fix was released with cmdstan==2.32.1.
To Reproduce
Follow orbit installation steps using either pip, conda or from the source with the latest C++ compiler on an M1 Mac machine.
Expected behavior
Orbit installation succeeds without an error.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Describe the bug
Orbit installation fails with LLVM libc++ version 16 on M1 Mac.
This is because
orbit
usescmdstan==2.31.0
during installation, which has an issue with LLVM libc++ version 16 (ref: stan-dev/cmdstan#1158). The fix was released withcmdstan==2.32.1
.To Reproduce
Follow orbit installation steps using either
pip
,conda
or from the source with the latest C++ compiler on an M1 Mac machine.Expected behavior
Orbit installation succeeds without an error.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
pandas
,scikit-learn
,cython
): [e.g.pandas==0.25
,scikit-learn==0.22
,cython==0.28
]Additional context
N/A
The text was updated successfully, but these errors were encountered: