Issue
I have been using Tensorflow on Anaconda for a while now, but recently I have been getting the mentioned error when trying to import Tensorflow.
This has been asked here multiple times, so I tried suggested solutions but nothing worked so far (reinstalling tensorflow (both normal and gpu versions), reinstalling Anaconda). When running help('modules')
tensorflow appears in module list. But even after I run pip uninstall tensorflow
and pip uninstall tensorflow-gpu
tensorflow still remains in module list when running help('modules')
.
What can I do to fix this?
Solution
Apparently the reason was the Python version (which is strange as according to documentation Tensorflow supports Python 3.7). I downgraded to 3.6 and I am able to import Tensorflow again
Answered By - Ach113
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.