Skip to content

Instantly share code, notes, and snippets.

@radames
Created April 6, 2022 05:22
Show Gist options
  • Save radames/77b105cf0c4b5939034d237130d235bb to your computer and use it in GitHub Desktop.
Save radames/77b105cf0c4b5939034d237130d235bb to your computer and use it in GitHub Desktop.
How to install umap-learn on Apple Silicon M1
# https://github.com/numba/llvmlite/issues/693#issuecomment-909501195
brew install llvm@11   
LLVM_CONFIG="/opt/homebrew/Cellar/llvm@11/11.1.0_4/bin/llvm-config" arch -arm64 pip install llvmlite

pip install umap-learn
@ab3llini
Copy link

Any clue on how to make this run within poetry ? Ty

@radames
Copy link
Author

radames commented Oct 12, 2023

hi @ab3llini not familiar, but maybe this thread can be helpful python-poetry/poetry#6265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment