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
Support Python 3.9 #44485
Comments
We have not released anything for python3.9. Release process is as follows:
As we are already doing the 2.4 release, python3.9 support for TF will come in 2.5 release at the earliest. @ravikyram, @amahendrakar, @rmothukuru let's deduplicate to this issue all py39 requests/issues. I'll monitor this one and provide updates as we start adding support. |
…#1528) * Introduce a sieve for filtering out incompatible TensorFlow for Py3.9 * Python 3.9 support will come in 2.5 release at the earliest tensorflow/tensorflow#44485 (comment)
@mihaimaruseac, |
(from #40840 (comment)) The main issue is that we also have C++ code and we need the needed dependencies to also upgrade for their C++ code. By this time, likely most are solved, so 2.5 release will have py3.9 support. We should get py3.9 in nightly soon. |
So, all of our depdencies have a release for py3.9 but our |
But tf nightly is not getting imported . I am getting ModuleNotFoundError |
@ShyamSundhar1411 this looks like a different issue. Make sure you use the same python as the one used to do If the above does not fix, please open a new issue and fill in issue template and give a full description of the error you are seeing. Also, give output of both |
Explicit is better than implicit... |
@mihaimaruseac this is marked for TF 2.5 but there is no mention of it on the current release notes. |
RC0 files already contain Py3.9 wheels. We'll update the release notes, it seems we don't always mention support for new versions of Python in there. |
I think this is fixed now. |
Is Keras module that exists in tensorflow supported in python 3.9? |
@mihaimaruseac Seems like this issue can be closed. |
TensorFlow added support for python 3.9, so this check can be removed: tensorflow/tensorflow#44485
TensorFlow added support for python 3.9, so this check can be removed: tensorflow/tensorflow#44485
Please make sure that this is a feature request. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template
System information
Describe the feature and the current behavior/state.
TensorFlow should be supported on Python 3.9.
Will this change the current api? How? Significant changes will likely need to be made.
Who will benefit with this feature?
Anyone on Python 3.9
Any Other info.
The text was updated successfully, but these errors were encountered: