openai / glow

Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
https://arxiv.org/abs/1807.03039
MIT License
3.11k stars 515 forks source link

No matching distribution found for tensorflow-gpu==1.8.0 #78

Open heaversm opened 5 years ago

heaversm commented 5 years ago

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 5 years ago

I also hit this problem. It appears that the tensorflow wheels are broken in 3.7: https://github.com/tensorflow/tensorflow/issues/20444

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

mihaimaruseac commented 5 years ago

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 https://github.com/tensorflow/tensorflow/issues/32315.

steffanjensen commented 4 years ago

https://github.com/tensorflow/tensorflow/issues/32627

bhack commented 2 years ago

Can we close this?