-
Notifications
You must be signed in to change notification settings - Fork 61
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
problem installing tensorflow #6
Comments
There are two ways around this. First you can uninstall your current version of Tensorflow and install the older version same as this repo. The recommended way is to create a python virtual environment and install requirements in your virtual environment. |
i am using gitbash and tensorflow 0.12 is causing many errors. is there a chance to run that on latest tensorflow versions |
AttributeError: module 'tensorflow.tools.api.generator.api.nn' has no attribute 'seq2seq' |
I solve this problem by using Anaconda,you can create a python3.6 environment and install requirements in your environment. |
Yeah they have shifted se2seq to legacy, check updates on tensorflow git. |
I am using higher version of tensorflow.But i am unable to install mentioned tensorflow version
The text was updated successfully, but these errors were encountered: