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

OMP warning when numpy 1.9.2+MKL is packaged with 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-32 位-2.7.9.5

如果你从 python(x,y) 得到了 numpy,那么试试 sourceforge 的 numpy 官方。我以前有 a similar issue py2exe 和 numpy 来自 python(x,y).