-
Notifications
You must be signed in to change notification settings - Fork 21
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
tensorflow.compat.v1 Error #11
Comments
This error is because of the version of your TensorFlow. pip install tensorflow==1.8.0 You may also check the version by:
Thanks |
Hello @omidmnezami I still get this error, even though I have the tensorflow = 1.8.0.
Traceback (most recent call last): |
@TorArnthPetersen This error is because of importing tflearn with an incompatible version of Tensorflow. Please try a version lower that 1.8.0 if it doesn't work. (1.8.0 works fine on my system though.) |
@omidmnezami What is your tflearn version? and if possible can you do a pip freeze for all the packages required to requirement.txt? |
HI @omidmnezami
I have installed all dependencies as per your requirement, but still getting the error.
while testing python ER_model.py test
File "ER_model.py", line 4, in
import tflearn
File "/home/lib/python2.7/site-packages/tflearn/init.py", line 4, in
import tensorflow.compat.v1 as tf
ImportError: No module named compat.v1
Thank you!!
The text was updated successfully, but these errors were encountered: