我一直在检查以下错误:
Connection failed error
ImportError: DLL load failed while importing win32api,
每当我尝试加载引用我的环境的内核时,它都会出现,其中 tensorflow 安装在 jupyter notebook 中。它在笔记本中出现断开连接错误。
我在管理员命令提示符中尝试了 Scripts\pywin32_postinstall.py -install
,但该提示符指出它找不到指定的路径。 'Het systeem kan het opgegeven pad niet vinden.'
我读过某处将 C:\Users\nicol\anaconda3\envs\py3-TF2.0-Adm\Lib\site-packages\pywin32_system32
复制到 C:\Windows\System32
。我手动复制了这个文件,但这并没有解决问题。
我不断收到以下错误:
File "C:\Users\nicol\anaconda3\envs\py3-TF2.0-Adm\lib\site-packages\jupyter_core\paths.py", line 387, in win32_restrict_file_to_user
import win32api
ImportError: DLL load failed while importing win32api: Kan opgegeven procedure niet vinden.
Kan opgegeven procedure niet vinden is Dutch for The specified module could not be found. Literally it is translated as The specified procedure could not be found.
这里有什么解决方案?