python - numpy 1.9.2+MKL 与 py2exe 打包时出现 OMP 警告

标签 python numpy py2exe

当我使用 py2exe 将 python 应用程序打包为单个 exe 时,出现以下警告

OMP: Warning #178: Function GetModuleHandleEx failed:
OMP: System error #126: The specified module could not be found.

有没有办法隐藏警告或解决问题。 numpy 1.8.0 发布了类似的问题,该问题已使用 numpy 1.8.1rc1 解决。我已经在使用最新版本的 numpy。

平台信息 Windows 7的 WinPython-32bit-2.7.9.5

最佳答案

如果你从 python(x,y) 获得了 numpy,那么尝试一下来自 sourceforge 的 numpy 官方版本。我有a similar issue之前使用 python(x,y) 中的 py2exe 和 numpy。

关于python - numpy 1.9.2+MKL 与 py2exe 打包时出现 OMP 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30461231/

相关文章:

python - 如何调用右侧定义的类中存在的方法。 Python继承。多重继承。 Dimond场景python继承

python - 如何为散点图绘制平均线

python - numpy中的逐行乘法

python - numpy 选择每隔 n 个条目

python - PIL 和 py2exe 的问题

python lxml 与 py2exe

python 文件显示 AttributeError : module 'http' has no attribute 'client'

python - 如何从 3d numpy 数组(28X28 行)中删除其他 3d numpy 数组(Python)中存在的所有行?

python - 将图像文件夹放在python exe中的什么位置?

python - 可以在 Python 中创建非常大的元组吗?