- 镜像安装库
pip install tensorflow -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
- Python程序xxx.py打包为xxx.exe程序
pyinstaller 主程序文件名.py --noconsole --hidden-import PySide2.QtXml
- List item111222222222211111111



