I had to reimage my machine recently, and am now reinstalling all the software.
I am using the Anaconda framework and using Spyder to run Python.
However, when I try to install CoolProp by opening the Anaconda prompt and typing
I get the error appended below.
Thanks.
(base) C:\Users\tsalamon>pip install CoolProp
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 0x0000024A061AC100>, 'Connection to
pypi.org timed out. (connect timeout=15)')': /simple/coolprop/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000024A0559AE50>, 'Connection to
pypi.org timed out. (connect timeout=15)')': /simple/coolprop/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000024A05582880>, 'Connection to
pypi.org timed out. (connect timeout=15)')': /simple/coolprop/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000024A061EDF40>, 'Connection to
pypi.org timed out. (connect timeout=15)')': /simple/coolprop/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000024A061EDE50>, 'Connection to
pypi.org timed out. (connect timeout=15)')': /simple/coolprop/
ERROR: Could not find a version that satisfies the requirement CoolProp (from versions: none)
ERROR: No matching distribution found for CoolProp