使用 pyc 编译 IronPython - 没有名为 numpy 的模块

发布于 2024-12-28 13:31:21 字数 262 浏览 3 评论 0原文

我有一些 IronPython 代码,可以在 Visual Studio 中正常运行。它使用了numpy。然而,当我用 pyc 编译它时,它编译成功,但是当我运行它时,我收到“No module named numpy”错误。

我尝试从 IronPython DLL 目录复制各种 DLL(基本上是所有 numpy 的),但仍然收到错误。

我尝试过谷歌但没有成功,因此非常感谢任何帮助。

我在 Windows 7 上运行 IronPython 版本 2.7.1。

I have some IronPython code which runs fine from within Visual Studio. It uses numpy. However when I compile it with pyc it compiles successfully BUT when I run it I get a "No module named numpy" error.

I've tried copying various DLLs from the IronPython DLLs directory (basically all the numpy ones) but I still get the error.

I've tried Google but no success, so any help much appreciated.

I'm running IronPython version 2.7.1 on Windows 7.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鲜血染红嫁衣 2025-01-04 13:31:21

尝试 Enthought 的 NumPy 实现:

http://www.enthought.com/repo/.iron/

Try Enthought's NumPy implementation:

http://www.enthought.com/repo/.iron/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文