简体   繁体   中英

No module named 'pandas' after installed using pip successfully in PyCharm

I tried to install pandas in PyCharm on Mac. First, I tried to add pandas in the PyCharm's interpreter, but it said there is an error when executing pip install pandas . It suggested me to run the above command in terminal.

在此处输入图像描述

It looked like the pandas is installed successfully. However, when I try to run import pandas as pd , it still tells me that ImportError: No module named 'pandas'

Thank you so much for your help.

I tried to install pandas in PyCharm on Mac. First, I tried to add pandas in the PyCharm's interpreter, but it said there is an error when executing pip install pandas . It suggested me to run the above command in terminal.

在此处输入图像描述

It looked like the pandas is installed successfully. However, when I try to run import pandas as pd , it still tells me that ImportError: No module named 'pandas'

Thank you so much for your help.

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