1.用anaconda新建环境AIclass,版本为python3.8
2.打开pycharm,新建工程,解释器列表选择AIclass(没有的话就按照路径去添加)
3.terminal运行activate AI_class,在命令行窗口激活该环境
ps:由于环境的pip是21.0.1版本的,会报错,因此修改了pip-script.py文件。过程写在我的博客文章里
https://blog.csdn.net/weixin_44737922/article/details/114988928
4.运行pip install numpy
pip install scipy
pip install pandas
结果如下:
5.运行pip list,查看安装的包