buaa21 / summer2020

软件学院《程序设计实践》2020小学期仓库
40 stars 8 forks source link

pyinstaller安装失败解决方案 #150

Closed MychaelH closed 4 years ago

MychaelH commented 4 years ago

无论是用pip install pyinstaller命令直接安装,还是手动下载安装也失败了,提示The read operation timed out

Roycent commented 4 years ago

可以使用代理安装。比如pip install -i https://mirrors.aliyun.com/pypi/simple/ pyinstaller