Hi

Why I am getting this error during installation. I already have setups tool 
41.0.1 installed.
Python 2.7.13


C:\Develop\raiden>pip install pyinstaller --trusted-host pypi.python.org 
--trusted-host files.pythonhosted.org --proxy=--proxy=xxxxx.8080
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 
2020. Please upgrade your Python as Python 2.7 won't be maintained after 
that date. A future version of pip will drop support for Python 2.7. More 
details about Python 2 support in pip, can be found at 
https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting pyinstaller
  Downloading 
https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz
 
(3.5MB)
     |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):
  DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 
2020. Please upgrade your Python as Python 2.7 won't be maintained after 
that date. A future version of pip will drop support for Python 2.7. More 
details about Python 2 support in pip, can be found at 
https://pip.pypa.io/en/latest/development/release-process/#python-2-support
  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

C:\Develop\raiden\bin>pip install setuptools wheel --trusted-host 
pypi.python.org --trusted-host files.pythonhosted.org --proxy=xxxxx.8080
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 
2020. Please upgrade your Python as Python 2.7 won't be maintained after 
that date. A future version of pip will drop support for Python 2.7. More 
details about Python 2 support in pip, can be found at 
https://pip.pypa.io/en/latest/development/release-process/#python-2-support
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

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/c4ee8551-5a22-45a8-9eec-98750311c365%40googlegroups.com.

Reply via email to