标签: python tensorflow anaconda
我正在尝试在python 3中导入tensorflow。我正在使用windows-anaconda。我无法运行代码;
tensorflow
windows-anaconda
from __future__ import absolute_import, division, print_function import tensorflow as tf from tensorflow import keras
它给了我以下错误:
ImportError:DLL加载失败:找不到指定的模块。 无法加载本机TensorFlow运行时。