|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
想安装 pyinstaller, 但总提示错误,然后下载了最新版本的Python3.11.3,然而还是不行。
然后在论坛搜索,发现以下帖子:
[url=<font color="red">%5B已解决%5D</font>pip install pyinstaller 报错 https://fishc.com.cn/thread-179445-1-1.html (出处: 鱼C论坛)]pip install pyinstaller 报错[/url]
使用最佳答案提供的方法,输入:
python -m pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple
依然没有解决问题,特来求教,如图所示:
不是在 python shell 里面执行,而是要在cmd中执行
按 win + r 键输入 cmd 并回车后再执行命令:
- python -m pip install pyinstaller -i https://mirrors.aliyun.com/pypi/simple
复制代码
|
-
报错
|