How to use homebrew to install matplotlib and pandas for python 3.9.1 natively support to Apple silicon without rosetta? Can't find matplotlib and pandas in homebrew formulae.
I used homebrew to install python@3.9, numpy and scipy. But I can't install matplotlib, pandas, folim and image.
If I use pip3 install matplotlib, it comes with error as shown,
Building wheel for pillow (setup.py) ... error
What shall I do now? Thank you
Error message:
$ brew install matplotlib
Error: No formulae found in taps.
$ pip3 install matplotlib
Building wheel for pillow (setup.py)...error
...hundreds of errors...
ERROR: Command errorted out with exit status 1: /opt/homebrew/opt/python@3.9/bin/python3.9 -u -c ... --install-headers /opt/homebrew/include/python3.9/pillow Check the logs for full command output.
When I am trying to install pandas, folim and image, it comes with similar errors.