print(tf.__version__) doesn't work. Same thing with print(tf.version), print(tf.version.VERSION), print(tf.VERSION)
I am using Windows 10 x64. Python v 3.10.7.
I don't want to reinstall to the old version of Tensorflow 1.14
pip list:
![enter image description here]()
If I write simply print(tf) , then it gives out this:![enter image description here]()