afrah
afrah

Reputation: 31

How to install tensorflow in win 10

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'".

Upvotes: 0

Views: 51

Answers (1)

afrah
afrah

Reputation: 31

For every one who is faced with this problem i suggest to check if they have already installed spyder in desired environment with "conda install spyder". I installed it and the problem fixed

Upvotes: 1

Related Questions