Advertisement
RebelRose

numpy

Jul 9th, 2025 (edited)
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. pkg install git python build-essential cmake ninja libopenblas libandroid-execinfo patchelf binutils-is-llvm
  2.  
  3. pip3 install setuptools wheel packaging pyproject_metadata cython meson-python versioneer
  4.  
  5. python3 -c 'import sys; print(f"{sys.version_info.major}.{sys.version_info.minor}")'
  6.  
  7. MATHLIB=m LDFLAGS="-lpython3.12" pip3 install --no-build-isolation --no-cache-dir numpy
  8.  
  9.  
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement