1 2 3 4 5 6 7 8 9 10 11 12 13 14
| Collecting PyInstaller
Using cached https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz
Installing build dependencies ... error
Complete output from command c:\python_373\python.exe c:\python_373\lib\site-packages\pip install --ignore-installed --no-user --prefix C:\Users\xxxxxx\AppData\Local\Temp\pip-build-env-lsqmn90p\overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools>=40.8.0 wheel:
Collecting setuptools>=40.8.0
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x047D3C10>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/setuptools/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x047D3FB0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/setuptools/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x047D3E30>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/setuptools/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x047D3F50>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/setuptools/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x047D3310>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/setuptools/
Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: )
No matching distribution found for setuptools>=40.8.0
You are using pip version 19.0.3, however version 19.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command. |
Partager