0

I have installed tensorflow with anaconda in Windows, but I can't import tensorflow in spyder IDE?

Gler
  • 11
  • 1

1 Answers1

0

The reason Spyder is unable to import Tensorflow is that Anaconda does not store the tensorflow package in the same environment.

One solution is to create a new separate environment in Anaconda dedicated to TensorFlow and containing Python with its own Spyder and then install tensorflow into that environment

Lcat
  • 857
  • 1
  • 8
  • 16