gpt4 book ai didi

python Windows "ImportError: DLL load failed: The specified module could not be found."加载已编译扩展时

转载 作者:可可西里 更新时间:2023-11-01 11:49:05 25 4
gpt4 key购买 nike

我使用 MinGW64 为 python 编译了一个模块,但它无法加载。

我尝试检查文件的文件类型(使用 mingw file 命令),它们都是 64 位的,所以这不是问题。

最佳答案

诀窍是将 MinGW64 库路径添加到 PATH。

> set PATH=%PATH%;%MINGW64_ROOT%\x86_64-4.9.0-posix-seh-rt_v3-rev2\mingw64\bin

(此外,为了构建它,我必须定义宏:MS_WIN64)。

关于python Windows "ImportError: DLL load failed: The specified module could not be found."加载已编译扩展时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35067331/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com