1

python 3.8.12 installed by pyevn seems working as expected, but numpy installed using pip cannot be imported.

pip --list ran in Jupiter notebook shows the package has been installed already.

enter image description here

anb
  • 265
  • 1
  • 8

1 Answers1

0

So as per the path you stated in your comment (reply), execute this command:

/usr/local/opt/[email protected]/bin/python3.9 -m pip install pandas
Arnav Mangla
  • 82
  • 1
  • 7