openai/glow

No matching distribution found for tensorflow-gpu==1.8.0

heaversm opened this issue · 4 comments

Can't seem to install the requirements - I'm on a mac with CUDA supported GPU, CUDA toolkit, and python 3.5 / 3.7 64 bit architecture (tried both versions) . I have tried this on a paperspace machine (ML in a box) as well. Any idea how to get past this, or find a version of tensorflow-gpu that will install?

Get

Could not find a version that satisfies the requirement tensorflow-gpu==1.8.0 (from -r requirements.txt (line 1)) (from versions: )
No matching distribution found for tensorflow-gpu==1.8.0 (from -r requirements.txt (line 1))
ppope commented

I also hit this problem. It appears that the tensorflow wheels are broken in 3.7: tensorflow/tensorflow#20444

Python 3.6 works for me. Not sure why 3.5 didn't work for you.

Please check via pip debug --verbose if you have a tag that matches one of the released wheels (link is for 2.0 here, but you can navigate to other versions if needed).

In case you're using a Python interpreter for 32 bits, see tensorflow/tensorflow#32315.

bhack commented

Can we close this?