News

Contribute to Akash-mf/Tensorflow-Object-Detection-with-python development by creating an account on GitHub.
Hi, @yohannjs TensorFlow 1.12 is compatible with Python 2.7 and Python 3.4-3.7. It's generally recommended to use the latest version of Python that is compatible with TensorFlow.
One notable improvement is the added support for Python 3.12, showing TensorFlow's effort to stay current with the latest language releases.
However, when trying to use TensorFlow in Python, you may encounter an error that says ‘no module named “tensorflow”‘. ModuleNotFoundError: No Module Named ‘tensorflow’ ...