圆月山庄资源网 Design By www.vgjia.com

一、安装pyinstaller

先安装anacode,再去安装python。会有很多自带的lib库,可以省去很多麻烦。

1、用国外库安装

pip install pyinstalller

由于国外网络的限制,经常会报以下错误:

ERROR: Could not find a version that satisfies the requirement pyinstalller (from versions: none)
ERROR: No matching distribution found for pyinstalller

可以通过翻墙解决这一问题

2、用国内库安装

这里使用的是豆瓣的镜像进行安装

pip3 install pyinstaller -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
Looking in indexes: http://pypi.douban.com/simple/

如果出现以下问题:

Python3.6 中的pyinstaller安装和使用教程

这里主要是是‘enum'参数问题:

 AttributeError: module 'enum' has no attribute 'IntFlag'

通过百度得知,是由于python版本的升级,导致了‘enum'出现兼容性问题,只要卸载‘enum'库就好了。

pip uninstall enum34

输出:

Found existing installation: enum34 1.1.6
Uninstalling enum34-1.1.6:
  Would remove:
    c:\programdata\anaconda3\lib\site-packages\enum34-1.1.6.dist-info\*
    c:\programdata\anaconda3\lib\site-packages\enum\*
Proceed (y/n)"text-align: center">Python3.6 中的pyinstaller安装和使用教程

二、使用pyinstaller

1、pyinstaller常用选项
2、生成exe

pyinstaller -Fw main.py ui.py

最终生成main.exe

总结

标签:
Python3.6,pyinstaller,Python3.6,pyinstaller安装,使用

圆月山庄资源网 Design By www.vgjia.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
圆月山庄资源网 Design By www.vgjia.com

RTX 5090要首发 性能要翻倍!三星展示GDDR7显存

三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。

首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。

据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。