-
Notifications
You must be signed in to change notification settings - Fork 27
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
Could not find a llvm-config
binary on Mac M1
#49
Comments
llvm-config
binary on Mac M1
After a little search, I have solved my issue with the following steps.
Not sure this is the shortest and cleverest way, but it is the first way that perfectly works for me among the ones I tried! |
Sorry for the delay, and thank you for posting the solution! I think this is likely due to the dependency on pynndescent, which uses numba, which in turn uses llvm for just-in-time code generation. I will take closer look, and perhaps update the installation directions to point to your above comment. Thank you! |
For what it's worth, I had the same issue, and can confirm the solution posted above works (been a while since I installed numba, but I remember having to do something nearly identical with llvmlite). In my case, it was definitely a numba/llvm issue, which also affects installation of UMAP (and probably many other packages) on M1 Macs. |
Hi, I am trying to install
pymde
on a MacBook Air with an M1 chip. I have tried both in a virtual environment and globally.However, I am always facing the same issue.
Thank you!
The text was updated successfully, but these errors were encountered: