Paddle安装详解(CPU版本)
目录
- 1. 安装Python
- 2. 安装paddle
- 3. 验证
- 3.1 初步验证
- 3.2 将numpy版本从2.1.1降为2.0.1
- 3.3 再次验证
1. 安装Python
Python版本
C:\Users\james>python --version
Python 3.12.6
2. 安装paddle
安装paddle及依赖库setuptools
python -m pip install paddlepaddle==2.6.1 -i https://pypi.tuna.tsinghua.edu.cn/simplepython -m pip install setuptools
3. 验证
3.1 初步验证
>>> import paddle
>>> paddle.utils.run_check()
Running verify PaddlePaddle program ...
I0909 21:46:15.428799 13660 program_interpreter.cc:212] New Executor is Running.
I0909 21:46:15.520946 13660 interpreter_util.cc:624] Standalone Executor is Used.
Traceback (most recent call last):File "<s