Python使用过程中的问题
Posted hare1925
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python使用过程中的问题相关的知识,希望对你有一定的参考价值。
0x001 Pyinstaller 报错
Python 3.8.1 用 pip install Pyinstaller
安装后,使用 Pyinstaller 生成可执行文件报错。
解决方案
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
用这行命令再安装一次。
0x002 Pyinstaller 生成程序出现黑框框
方法两则:
pyinstaller -F filename.py --noconsole
pyinstaller -F -w filename.py
hare
更新于: 2019.12.30
以上是关于Python使用过程中的问题的主要内容,如果未能解决你的问题,请参考以下文章