Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR: Could not find a version that satisfies the requirement paddlepaddle (from versions: none) No matching distribution found for paddlepaddle

Tags:

python

I've been trying to install paddlepaddle from both Pycharm and from the power shell as suggested using:

pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple

but I'm getting the following error for them:

ERROR: Could not find a version that satisfies the requirement paddlepaddle (from versions: none)
ERROR: No matching distribution found for paddlepaddle

How can I fix these and install properly?

like image 825
Khushboo Mundada Avatar asked Nov 20 '25 20:11

Khushboo Mundada


1 Answers

The issue for me was due to having python version 3.11. After uninstalling that version and installing version 3.9, the error went away.

Instead of uninstalling other python version, you should be able to just install python 3.9 and then change the default python version by updating your System Environment Variable -> Path. Need to add 2 paths. For example something like this:

  1. C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\Scripts or C:\Users\xxxx\AppData\Roaming\Python\Python39\Scripts (for pip) and
  2. C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64 (for python)
like image 52
bobt Avatar answered Nov 22 '25 10:11

bobt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!