在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,但我仍然收到错误消息