I've just switched to MacBook M1 machine and having trouble installing pandas. I noticed that in addition to PyPi pandas there is a MacPorts py38-pandas
package. I could not install the PyPi pandas due to some compilation error but successfully build and installed MacPorts version. However, after installing the py38-pandas
I still cannot import pandas
in Python3 interpreter.
What is the purpose of these MacPorts Python packages and how are they different? Can I make MacPorts py38-pandas
importable in Python 3 interpreter?
I intentionally do not use homebrew.
I have installed python38
via MacPorts and made it available in shell. So, python3
starts Python 3.8 which was installed via MacPorts.