Jul-24-2021, 08:03 PM
Greetings to those that work on Saturday !
I noted I cannot install any of the modules from the network.
The error goes usually like this:
ERROR: Could not find a version that satisfies the requirement wmi (from versions: none)
ERROR: No matching distribution found for wmi
And a lot of lines like thisone:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001C3F8A81C70>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/wmi/
Does it mean I should find the correct version of Python for a specific module to be installed?
I have Python X-64 3.8xx installed
Thank you.


I noted I cannot install any of the modules from the network.
The error goes usually like this:
ERROR: Could not find a version that satisfies the requirement wmi (from versions: none)
ERROR: No matching distribution found for wmi
And a lot of lines like thisone:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001C3F8A81C70>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/wmi/
Does it mean I should find the correct version of Python for a specific module to be installed?
I have Python X-64 3.8xx installed
Thank you.