Why spyder cannot import tensor

I installed shadoworflow with anaconda on Windows, but I can not import shadoworflow into spyder IDE?

0
source share
1 answer

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

0
source

Source: https://habr.com/ru/post/1686898/


All Articles