Skip to content
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

Installation fails with LLVM libc++ version 16 on M1 Mac #822

Closed
jeongyoonlee opened this issue Sep 26, 2023 · 0 comments · Fixed by #821
Closed

Installation fails with LLVM libc++ version 16 on M1 Mac #822

jeongyoonlee opened this issue Sep 26, 2023 · 0 comments · Fixed by #821
Labels
bug Something isn't working

Comments

@jeongyoonlee
Copy link
Collaborator

Describe the bug

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):

  • OS: [e.g. macOS, Windows, Ubuntu] macOS Ventura 13.6
  • Python Version: [e.g. 3.6, 3.7] Python 3.9
  • Versions of Major Dependencies (pandas, scikit-learn, cython): [e.g. pandas==0.25, scikit-learn==0.22, cython==0.28]

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant