Created
February 13, 2024 14:02
-
-
Save lseongjoo/5c40c9151c68edad47bebc30bbb4a122 to your computer and use it in GitHub Desktop.
Numpy build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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