We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using a virtual environment with following packets:
Package Version
absl-py 0.8.1 astor 0.8.0 cachetools 3.1.1 certifi 2019.9.11 chardet 3.0.4 gast 0.2.2 google-auth 1.7.0 google-auth-oauthlib 0.4.1 google-pasta 0.1.8 grpcio 1.25.0 h5py 2.10.0 idna 2.8 Keras-Applications 1.0.8 Keras-Preprocessing 1.1.0 Markdown 3.1.1 numpy 1.17.3 oauthlib 3.1.0 opt-einsum 3.1.0 pip 19.0.3 protobuf 3.10.0 pyasn1 0.4.7 pyasn1-modules 0.2.7 requests 2.22.0 requests-oauthlib 1.3.0 rsa 4.0 setuptools 40.8.0 six 1.13.0 tensorboard 2.0.1 tensorflow 2.0.0 tensorflow-estimator 2.0.1 termcolor 1.1.0 urllib3 1.25.6 Werkzeug 0.16.0 wheel 0.33.6 wrapt 1.11.2
when I run the main I get: ModuleNotFoundError: No module named 'tensorflow.contrib'
The text was updated successfully, but these errors were encountered:
Fixed by downgrading to tensorflow 1.14
Sorry, something went wrong.
What is your version of Python, I configured the same version of numpy and tensorflow as you, but I still have problems
No branches or pull requests
I am using a virtual environment with following packets:
Package Version
absl-py 0.8.1
astor 0.8.0
cachetools 3.1.1
certifi 2019.9.11
chardet 3.0.4
gast 0.2.2
google-auth 1.7.0
google-auth-oauthlib 0.4.1
google-pasta 0.1.8
grpcio 1.25.0
h5py 2.10.0
idna 2.8
Keras-Applications 1.0.8
Keras-Preprocessing 1.1.0
Markdown 3.1.1
numpy 1.17.3
oauthlib 3.1.0
opt-einsum 3.1.0
pip 19.0.3
protobuf 3.10.0
pyasn1 0.4.7
pyasn1-modules 0.2.7
requests 2.22.0
requests-oauthlib 1.3.0
rsa 4.0
setuptools 40.8.0
six 1.13.0
tensorboard 2.0.1
tensorflow 2.0.0
tensorflow-estimator 2.0.1
termcolor 1.1.0
urllib3 1.25.6
Werkzeug 0.16.0
wheel 0.33.6
wrapt 1.11.2
when I run the main I get:
ModuleNotFoundError: No module named 'tensorflow.contrib'
The text was updated successfully, but these errors were encountered: