python——下载安装pyinstaller库
程序员文章站
2024-02-10 17:06:22
...
python——下载安装pyinstaller库
1.下载pyinstaller:(cmd)
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
2.安装pyinstallers:(cmd)
pip install pyinstaller
(附):如果你也出现了和我一样以下类似红字错误:(一大堆红字让人简直懵逼,下图截取其中部分)
说明你的pip版本太旧,已经不支持下载安装最新版本pyinstaller,需要更新了~
python -m pip install --upgarde pip
然后就可以重新操作前两步,下载安装pyinstaller了。
下好了先打包几个脚本压压惊。