简体   繁体   中英

Jupyter notebook cannot import package already installed via pip

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.

在此处输入图像描述

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

/usr/local/opt/python@3.9/bin/python3.9 -m pip install pandas

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM