记-python安装PyInstaller
Posted leon-chan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记-python安装PyInstaller相关的知识,希望对你有一定的参考价值。
python3.7可以通过https://pypi.tuna.tsinghua.edu.cn/simple/pyinstaller/下载3.6版本的PyInstaller压缩包后,解压到本地文件中,然后,通过python setup.py install 安装PyInstaller
在打包结束后,exe文件会闪退,说明,打包程序是有错误存在的
一般是由于setuptools版本问题导致
Pyinstaller No module named pkg_resources.py2_warn
解决方式为:pip install setuptools==44.0.0 降级
以上是关于记-python安装PyInstaller的主要内容,如果未能解决你的问题,请参考以下文章