失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > python pip安装pyinstaller报错_pip install pyinstaller (安装过程报错解决)

python pip安装pyinstaller报错_pip install pyinstaller (安装过程报错解决)

时间:2022-08-01 22:42:43

相关推荐

python pip安装pyinstaller报错_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

如果觉得《python pip安装pyinstaller报错_pip install pyinstaller (安装过程报错解决)》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。