The tensorflow is installed by using "conda install tensorflow". by importing tensorflow with "import tensorflow" in spyder in same environment which tensorflow was installed, it give an error "ModuleNotFoundError: No module named 'tensorflow'".
0
votes
Are you able to import tensorflow outside of spyder in the conda environment? Like in a test python script?
- xdhmoore
Thanks for your comment. it fixed. The solution is mentioned in answer
- afrah
Does this answer your question? Tensorflow import error: No module named 'tensorflow'
- Masoud Keshavarz