Python Forum
Could not find a version that satisfies the requirement
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Could not find a version that satisfies the requirement
#6
That error message is typical network(firewall ect..) problem on your side.
Can try with a proxy and see if that work.

Example check that pip is updated(newest 21.1.3) an how to use proxy.
Free Proxy List these can down fast so have try serval.
# Test pip
G:\div_code
λ pip -V
pip 21.1.3 from c:\python39\lib\site-packages\pip (python 3.9)

# Use proxy
G:\div_code
λ pip install --proxy="http://41.190.147.158:54018" wmi
Collecting wmi
  Using cached WMI-1.5.1-py2.py3-none-any.whl (28 kB)
Requirement already satisfied: pywin32 in c:\python39\lib\site-packages (from wmi) (300)
Installing collected packages: wmi
Successfully installed wmi-1.5.1
Other stuff to try.
python -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade pip
Can also try to install the newest Python version.
Reply


Messages In This Thread
RE: Could not find a version that satisfies the requirement - by snippsat - Jul-25-2021, 12:17 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Not able to install package caldwellpy and requirement txt file Samta282006 1 742 Dec-07-2023, 11:59 PM
Last Post: Larz60+
  How to find out from outside Python (in Windows) the current version of Python? pstein 4 764 Oct-04-2023, 10:01 AM
Last Post: snippsat
  Installed pip install openpyxl, Requirement already satisfied, but, still have error jonah88888 3 6,722 Sep-24-2021, 02:11 AM
Last Post: jonah88888
  Pip Could not find a version Fearless 3 2,486 Nov-14-2020, 01:57 PM
Last Post: Fearless
  could not find a version that satisfies the requirement geopy beginner1 2 3,064 Sep-05-2019, 08:35 AM
Last Post: beginner1
  Can I upload a new version without previously deleting ancient version sylas 6 4,286 Nov-08-2017, 03:26 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020