pyinstaller 打包py程序时,提示UPX is not available
方法1
下载upx.exe(https://upx.github.io),并移动到py环境的Scripts文件夹下(例:E:\devSoftware\Anaconda3\Scripts)。
方法2
pyinstaller卸载重装
pip uninstall pyinstaller
pip install pyinstaller==5.10.1
文章标签 upx pyinstaller 文章分类 软件研发
下载upx.exe(https://upx.github.io),并移动到py环境的Scripts文件夹下(例:E:\devSoftware\Anaconda3\Scripts)。
pyinstaller卸载重装
pip uninstall pyinstaller
pip install pyinstaller==5.10.1
upx命令
UPX编译及so加固 1.download upx和所依赖的组件 2.解压到/home/local/u
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M