The reason Spyder cannot import Tensorflow is because Anaconda does not store the tensorflow package in the same environment.
One solution is to create a new separate environment in Anaconda designed for TensorFlow and containing Python with its own Spyder, and then install shadoworflow in this environment
source
share