pip install pyinstaller (安装过程报错解决)
安装目标:pip install pyinstaller
报错内容:
WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
解决方法:
运行--->cmd
使用 python -m pip install -U --force-reinstall pip 升级成功
Successfully installed pip-20.0.2
接下来又报错了 pip install pyinstaller 报错内容: time out
解决方法: pip --default-timeout=100 install -U pyinstaller
Successfully built pyinstaller
Installing collected packages: altgraph, pywin32-ctypes, future, pefile, pyinstaller
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步