码迷,mamicode.com
首页 > 编程语言 > 详细

记-python安装PyInstaller

时间:2020-06-24 13:44:30      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:install   python安装   方式   href   art   key   tun   http   resource   

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

标签:install   python安装   方式   href   art   key   tun   http   resource   

原文地址:https://www.cnblogs.com/leonchan/p/13187086.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!