Pyinstaller --onefile警告pyconfig.h,找到其他解决方案

时间:2014-05-06 22:44:40

标签: python executable pyinstaller

在Windows操作系统上使用以下库和pyinstaller-2.1在onefile中创建可执行文件,我收到了一条警告信息。

我的脚本foo.py

import gdal
import ogr
import osr
from shapely.geometry import Polygon, Point
from liblas import file
from laspy import file

通过pyinstaller.py处理它:

$ python pyinstaller.py --onefile foo.py

我收到错误消息

WARNING: file already exists but should not: C:\Users\username\AppData\Local\Temp\_MEI86402\Include\pyconfig.h

我使用了此链接中的所有解决方案Pyinstaller --onefile warning pyconfig.h when importing scipy or scipy.signal,但我仍然收到错误消息

0 个答案:

没有答案