简体   繁体   中英

importing pandas error with jupyter notebook on windows 10

So I deleted and reinstalled the most up to date version of Anaconda Navigator with Python 3.6 on Windows 10. I launched Jupyter notebook and tried to import

1, numpy,

2, matplotlib

and 3, pandas

It was able to import Numpy and Matplotlib but for Pandas it gave me a very long error message as follows. I also use a Mac computer and it seems no problem with importing pandas using the Jupyter Notebook.

导入熊猫错误消息

from the error message it seems that Pandas is not on of the pre-installed libraries in the Anaconda that you installed. It is the not the problem with the OS. Run the following command:

conda install -c anaconda pandas

then run the import statement.

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