Hi
Why I am getting this error during installation. I already have setups tool 41.0.1 installed.
Python 2.7.13
Collecting pyinstaller
|UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU| 3.5MB 948kB/s
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: 'c:\python27\python.exe' 'c:\python27\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'c:\users\admini~1\appdata\local\temp\2\pip-build-env-3iseyd\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i
https://pypi.org/simple --trusted-host
pypi.python.org --trusted-host
files.pythonhosted.org -- 'setuptools>=40.8.0' wheel
cwd: None
Complete output (10 lines):
Collecting setuptools>=40.8.0
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:661)'),)': /simple/setuptools/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:661)'),)': /simple/setuptools/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:661)'),)': /simple/setuptools/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:661)'),)': /simple/setuptools/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:661)'),)': /simple/setuptools/
Could not fetch URL
https://pypi.org/simple/setuptools/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='
pypi.org', port=443): Max retries exceeded with url: /simple/setuptools/ (Caused by SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:661)'),)) - skipping
ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none)
ERROR: No matching distribution found for setuptools>=40.8.0
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\python27\python.exe' 'c:\python27\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'c:\users\admini~1\appdata\local\temp\2\pip-build-env-3iseyd\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i
https://pypi.org/simple --trusted-host
pypi.python.org --trusted-host
files.pythonhosted.org -- 'setuptools>=40.8.0' wheel Check the logs for full command output.
I already have the latest setuptools
Requirement already satisfied: setuptools in c:\users\administrator\appdata\roaming\python\python27\site-packages (41.0.1)
Requirement already satisfied: wheel in c:\users\administrator\appdata\roaming\python\python27\site-packages (0.33.4)
Thank you
Srikanth Bemineni