Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mauricioarmani opened this issue Feb 6, 2019 · 1 comment

Comments

@mauricioarmani
Copy link

mauricioarmani commented Feb 6, 2019

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
Copy link
Member

BobDu commented Apr 10, 2019

- Has the problem been solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants