尝试使用tensorflow在Windows机器上训练NN。不断收到错误,但我尝试进行故障排除并仍然收到相同的错误。
尝试安装microsft visual,但仍然收到错误,我什至尝试遵循本指南https://www.pytorials.com/how-to-install-tensorflow-gpu-with-cuda-10-0-for-python-on-windows/
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\ItzKofii\Envs\Final_Year_Project\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Users\ItzKofii\Envs\Final_Year_Project\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Users\ItzKofii\Envs\Final_Year_Project\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 20, in swig_import_helper
import _pywrap_tensorflow_internal
ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'
Failed to load the native TensorFlow runtime.
See https://www.tensorflow.org/install/errors
for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.