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

install tensorflow-gpu==1.5.0 Issue #73

Open
jkimtokyo opened this issue Jun 5, 2018 · 6 comments
Open

install tensorflow-gpu==1.5.0 Issue #73

jkimtokyo opened this issue Jun 5, 2018 · 6 comments

Comments

@jkimtokyo
Copy link

hi, want to try lda2vec, but could not install tensorflow-gpu==1.5.0.

Could not find a version that satisfies the requirement tensorflow-gpu==1.5.0 (from versions: 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0)
No matching distribution found for tensorflow-gpu==1.5.0

I have macbook, any hint for this?

@ijeantet
Copy link

ijeantet commented Jun 8, 2018

I have the same problem on MacOS when I'm trying to install it with pip. I found out on the Tensorflow website that the last available version for tensorflow_gpu is the 1.1.0 when for other OS it's the 1.8.0. Is there any way to bypass the requirements?

I'm trying to install it directly from this repo. I'll let you know if I manage to make it works on MasOS.

@bhomass
Copy link

bhomass commented Sep 7, 2018

I am lost why you are talking about tensorflow. This code is written in chainer. did I miss something?

@ragulpr
Copy link

ragulpr commented Oct 2, 2018

Not sure if relevant for this repo or gpu, but there's no tensorflow 1.5.0 wheel for python 3.7 so if you're using latest version of conda while pip-installing you won't find it. Try in a new env

conda create -n myenv  python=3.6
source activate myenv
pip install tensorflow==1.5.0 

@andreqwert
Copy link

andreqwert commented Apr 8, 2019

I have changed tensorflow-gpu==1.5.0 to tensorflow==1.5.0 and now it works.

@begonia666
Copy link

I have changed tensorflow-gpu==1.5.0 to tensorflow==1.5.0 and now it works.

I think these two codes, do the different thing....

@XueqiYang
Copy link

Not sure if relevant for this repo or gpu, but there's no tensorflow 1.5.0 wheel for python 3.7 so if you're using latest version of conda while pip-installing you won't find it. Try in a new env

conda create -n myenv  python=3.6
source activate myenv
pip install tensorflow==1.5.0 

This works for me.

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

7 participants