-
Notifications
You must be signed in to change notification settings - Fork 284
AttributeError: module 'tensorflow._api.v2.compat.v1' has no attribute 'estimator' #160
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
Comments
same issue here |
Did you find any solution? Edit : works with python 3.6 and tensorflow==2.2.0 |
Ah nice! Maintainers made the fatal mistake of using Line 1 in 699b679
|
That's annoying, on Python 3.11.6 I get:
so you really have to go down the Python version... and |
my solution |
Working with venv in Python 3.10.0 and pip install tf-keras==2.16.0 tensorflow-hub==0.16.0. absl-py==2.1.0 |
Uh oh!
There was an error while loading. Please reload this page.
Clone repo at 699b679 then try to run on a clean virtualenv:
tmp.py
blows up with:
Ubuntu 23.10, Python 3.11.6.
pip freeze
contains:The text was updated successfully, but these errors were encountered: