简体   繁体   中英

How to install Pandas and Numpy in Pycharm

Hi I am really really new to Python/Pycharm.

I am looking at a script written by my colleague and the first part is to import pandas as pd import numpy as np

Error Msg is : import pandas as pd ImportError: No module named pandas

I go to settings/Project Interpreter and see "pip". I clicked the "+" button and the error message is "Error loading package list: connect timed out"

I wonder how I can install the package.

Appreciated in advance.....

you can do it without pycharm by open a terminal (linux , mac os) or cmd (windows) and running

pip install pandas
pip install numpy 

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