Я пошел в подсказку anaconda и набрал следующее:
pip3 install tensorflow
в блокноте jupyter, который я набрал:
import tensorflow as tf
что я получил:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
ImportError: DLL load failed: The specified module could not be found.
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
ImportError: numpy.core.multiarray failed to import
The above exception was the direct cause of the following exception:
SystemError Traceback (most recent call last)
~\Anaconda3\lib\importlib\_bootstrap.py in _find_and_load(name, import_)
SystemError: <class '_frozen_importlib._ModuleLockManager'> returned a result with an error set
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
ImportError: numpy.core._multiarray_umath failed to import
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
ImportError: numpy.core.umath failed to import