【Python3.8.10打包exe】【Windows】

Python3.8.10打包exe

打包命令

pyinstaller -F xxx.py

查看Package及版本号

pip list

查看Python版本号

python -V

打包需要用的Package及版本

#python版本
#3.8.10

#wheel版本
#0.43.0

#pyinstaller版本
#6.8.0

常用链接

chatgpt

Python 标准库 — Python 3.8.19 文档

PyPI · The Python Package Index

posted @ 2024-06-24 14:14  RAM677  阅读(54)  评论(0)    收藏  举报