Flying under the paddle PaddlePaddle window installation system commands appear episode

As a novice new to the python, python during installation, directly install the latest version 3.8.1, you can not find the cause of errors when using the version command to install paddle.

`C:\Users\19193>python -m pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement paddlepaddle (from versions: none)
ERROR: No matching distribution found for paddlepaddle'

In fact, paddle installation information has indicated the python version 3.5.1 + / 3.6 / 3.7
Installation information fly paddle PaddlePaddledue python3.8 version is too high, PaddlePaddle not yet compatible, resulting in the appropriate version is not found.
I will be back I changed the default environment python 3.7 version, successfully downloaded PaddlePaddle.
3.7.6 64-bit version of python
Once you have downloaded python, change the system environment.
Find this computer properties

System environment variables
Click the "Path", click "Edit."

Here Insert Picture Description

New, fill in the address python, python path on the default shift, high ranking authority, first call, even if there are two python path, also called first high authority.
New Environment VariablesEnter cmd python --version see python version.
python version

Finally, enter the following command in cmd download, download success

python3 -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
Published an original article · won praise 0 · Views 48

Guess you like

Origin blog.csdn.net/weixin_43887162/article/details/104342699