1.用anaconda新建环境AIclass,版本为python3.8

Python安装numpy,scipy和pandas_.net


2.打开pycharm,新建工程,解释器列表选择AIclass(没有的话就按照路径去添加)

Python安装numpy,scipy和pandas_新建工程_02


3.terminal运行activate AI_class,在命令行窗口激活该环境

Python安装numpy,scipy和pandas_新建工程_03


ps:由于环境的pip是21.0.1版本的,会报错,因此修改了pip-script.py文件。过程写在我的博客文章里

运行pip install numpy

pip install scipy

pip install pandas

结果如下:

Python安装numpy,scipy和pandas_新建工程_04


5.运行pip list,查看安装的包

Python安装numpy,scipy和pandas_新建工程_05