raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pefile>=2017.8.1' distribution was not found and is required by PyInstaller
报错的时候:输入
pip install pefile=
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pefile>=2017.8.1' distribution was not found and is required by PyInstaller
报错的时候:输入
pip install pefile=
场景:
python通过pyinstaller打包成可执行文件exe,在xp系统上运行
问题描述:
pyinstaller打包的可执行文件exe不能在xp系统上运行,但在win7及以上能正常运行
原因分析:
python3.5开始就已经不支持xp系统
解决方案:
重现安装python3.4版本,然后安装对应py3.4的pywin32(p
Powered By Z-BlogPHP 1.7.3
Copyright Your WebSite.Some Rights Reserved.