安装python
https://www.python.org/ftp/python/3.12.6/python-3.12.6-amd64.exe
如果是自定义安装配置环境变量
按照文章安装没问题
我遇到过安装报错,重新安装python解决
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory:
pip安装paddlepaddle报错ERROR: Could not install packages due to an OSError_paddle包安装不上-优快云博客
学习中的问题,安装基础包
python -m pip install setuptools
python -m pip install numpy -i https://mirror.baidu.com/pypi/simple
python -m pip install matplotlib