You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to install the wheel for python 3.5 and CUDA 9.1 via pip and got the following error:
Downloading https://github.com/mind/wheels/releases/download/tf1.4.1-gpu-cuda91-generic/tensorflow-1.4.1-cp35-cp35m-linux_x86_64.whl (129.6MB)
100% |████████████████████████████████| 129.6MB 505kB/s
Collecting enum34>=1.1.6 (from tensorflow==1.4.1)
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbc90958da0>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/enum34/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbc90958cf8>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/enum34/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbc90958be0>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/enum34/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbc909584a8>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/enum34/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbc90958d30>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/enum34/
Could not find a version that satisfies the requirement enum34>=1.1.6 (from tensorflow==1.4.1) (from versions: )
No matching distribution found for enum34>=1.1.6 (from tensorflow==1.4.1)
The text was updated successfully, but these errors were encountered:
Hello,
I was trying to install the wheel for python 3.5 and CUDA 9.1 via pip and got the following error:
The text was updated successfully, but these errors were encountered: