Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hey, guys, I get these errors when I try to install python -m pip install -r r.txt on Cpanel.




ERROR: Could not find a version that satisfies the requirement cloud-init==23.1.2 (from versions: none)
ERROR: No matching distribution found for cloud-init==23.1.2

can you help me, please?

What I have tried:

python -m pip install -r r.txt #install requements

pip install cloud-init==23.1.2 
Posted

1 solution

The message is clear, pip could not find that version of a package that you are asking it to load. Check the product's web page (or the PyPI · The Python Package Index[^] lists) to see which version is available.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900