gpt4 book ai didi

python - Win 7中的greenlet : DLL failed: the specified procedure could not be found

转载 作者:太空狗 更新时间:2023-10-30 00:50:49 33 4
gpt4 key购买 nike

我在尝试使用 Python 实现一些分布式计算代码时遇到了 ImportError SCOOP图书馆。 SCOOP 的依赖项之一是 greenlet ,我使用 easy_install greenlet 安装(通过 cygwin)。尝试导入此模块时,我收到以下错误:

>>> import greenlet
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified procedure could not be found.
>>>

我已尝试修改我的路径以包含包含 greenlet.pyd 的目录,但该模块仍未成功导入。在 DependencyWalker 中打开 greenlet.pyd 后,我发现了 10 个单独的 .dll,我的系统无法找到它们。有没有人有解决这个问题的经验?下载 10 个 .dll 相当麻烦,我担心我在前端做的事情不正确。

我在 Windows 7 64 位机器上使用 Python 2.7.3 32 位。非常感谢任何帮助 - 提前致谢。

最佳答案

安装 Python 2.7.5 为我解决了这个问题。

关于python - Win 7中的greenlet : DLL failed: the specified procedure could not be found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17556087/

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