Skip to content

Instantly share code, notes, and snippets.

View mohammadnassiri's full-sized avatar

Mohammad Nassiri mohammadnassiri

View GitHub Profile
@mohammadnassiri
mohammadnassiri / numpy_big_sur_issues.md
Last active November 27, 2020 03:20
numpy and its related packages (matplotlib, scipy, pandas, etc) installation problems in MacOS 11 (Big Sur)

If you have issues with installing numpy related packages on Big sur, these steps helped me: 1- Uninstall pyhon installed with homebrew and use python-installer. This resolves numpy issue. And it's better to install 1.18 or just anything bellow 1.19.

brew uninstall python

And install it from: https://www.python.org/downloads/
Then:

pip install numpy==1.18