在使用python的时候,经常会出现出现“ModuleNotFoundError: No module named ‘pandas’ ”的错误:

 

第一:查看系统是否安装,在cmd输入pip list。没有则安装。使用命令pip install pandas。使用与sublime。

python 安装 pyopenssl python安装pandas_搜索

第二:pycharm需要自己安装。步骤如下:

Files→Settings→Project:XXX(注:当前项目名)→Project Interpreter→右侧列表栏,点击“+”符号→搜索Pandas,安装并应用

python 安装 pyopenssl python安装pandas_python 安装 pyopenssl_02


python 安装 pyopenssl python安装pandas_python 安装 pyopenssl_03