简体   繁体   English

导入错误:DLL 加载失败:找不到指定的模块。 Python 3.6 导入 dotnet

[英]ImportError: DLL load failed: The specified module could not be found. Python 3.6 import dotnet

I am running python 3.6, I have already installed the correct version of dotnet from the official site .我正在运行 python 3.6,我已经从官方网站安装了正确版本的 dotnet。 When I launched python console and import dotnet, I got the following error:当我启动 python 控制台并导入 dotnet 时,出现以下错误:

File "...\lib\site-packages\dotnet\moduleloader.py", line 24, in <module>
    from dotnet import PyDotnet as _dotnet
ImportError: DLL load failed: The specified module could not be found.

Spotted one of the comment from this post , if you rename boost_python3-vc141-mt-1_64.dll to boost_python3-vc150-mt-1_64.dll it will solve the issue, reason is unknown.从这篇文章中发现一个评论,如果你将 boost_python3-vc141-mt-1_64.dll 重命名为 boost_python3-vc150-mt-1_64.dll 它将解决问题,原因未知。 The dll should site under Lib/site-packages/dotnet.该 dll 应位于 Lib/site-packages/dotnet 下。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 导入错误:DLL 加载失败:找不到指定的模块。(Keras) - ImportError: DLL load failed: The specified module could not be found.(Keras) MeCab:“ImportError:DLL 加载失败:找不到指定的模块。” - MeCab: “ImportError: DLL load failed: The specified module could not be found.” MeCab:“ ImportError:DLL加载失败:找不到指定的模块。” - MeCab: “ImportError: DLL load failed: The specified module could not be found.” ImportError:DLL加载失败:找不到指定的模块。 尝试“从PIL导入图像”时 - ImportError: DLL load failed: The specified module could not be found. when trying to “from PIL import Image” 如何通过 xlwings 包导入 numpy? “导入错误:DLL 加载失败:找不到指定的模块。” - How to import numpy through xlwings package? "ImportError: DLL load failed: The specified module could not be found." from torch._C import * (ImportError: DLL 加载失败:找不到指定的模块。) - from torch._C import * (ImportError: DLL load failed: The specified module could not be found.) ImportError:DLL加载失败:找不到指定的过程。蟒蛇 - ImportError: DLL load failed: The specified procedure could not be found. Python python Windows“ ImportError:DLL加载失败:找不到指定的模块。”加载编译的扩展名时 - python Windows “ImportError: DLL load failed: The specified module could not be found.” When loading compiled extension 导入错误:DLL 加载失败:找不到指定的模块。 (NASA Fortran CEA 的 Python Rocketcea 包装器) - ImportError: DLL load failed: The specified module could not be found. (Python rocketcea wrapper for NASA Fortran CEA) 在python中安装Spacy语言模型从_mklinit返回ImportError(ImportError:DLL加载失败:找不到指定的模块。) - Spacy language model installation in python returns ImportError from _mklinit (ImportError: DLL load failed: The specified module could not be found.)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM