mind / wheels

Performance-optimized wheels for TensorFlow (SSE, AVX, FMA, XLA, MPI)
886 stars 108 forks source link

Could not find a version that satisfies the requirement enum34>=1.1.6 #48

Open mauricioarmani opened 5 years ago

mauricioarmani commented 5 years ago

Hello,

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)
BobDu commented 5 years ago

- Has the problem been solved?