Python Pyinstaller--一个文件警告pyconfig.h,正在查找其他解决方案

Python Pyinstaller--一个文件警告pyconfig.h,正在查找其他解决方案,python,executable,pyinstaller,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 --onef

使用以下库和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
我使用了此链接中的所有解决方案,但仍然收到错误消息

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