Skip to content

Instantly share code, notes, and snippets.

@lseongjoo
Created February 13, 2024 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lseongjoo/5c40c9151c68edad47bebc30bbb4a122 to your computer and use it in GitHub Desktop.
Save lseongjoo/5c40c9151c68edad47bebc30bbb4a122 to your computer and use it in GitHub Desktop.
Numpy build
sudo apt-get update
sudo apt-get install cmake ninja-build gfortran
pip install --upgrade pip
pip install cython
pip install numpy==1.23.* --no-binary=:all: --force-reinstall --no-cache -v
pip install typing-extensions pytest hypothesis
python -c "import numpy; numpy.test()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment