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

Python安装numpy,scipy和pandas_python


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

Python安装numpy,scipy和pandas_.net_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_.net_05


阿里云国内75折 回扣 微信号:monov8
阿里云国际,腾讯云国际,低至75折。AWS 93折 免费开户实名账号 代冲值 优惠多多 微信号:monov8 飞机:@monov6
标签: python