pip install pyinstaller没有名为pyinstaller的模块 [英] pip install pyinstaller no module named pyinstaller

查看:302
本文介绍了pip install pyinstaller没有名为pyinstaller的模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用以下命令安装pyinstaller模块:

I wanted to install pyinstaller module with the following command:

pip install pyinstaller

但是我总是收到以下错误:

But I always get the following error:

推荐答案

我尝试了所有方法,但最终找到了解决方法.

I tried everything, but finally i found the solution.

您只需将 pip 的版本从 19 降级为 18.1 :

You just have to downgrade your pip from version 19 to 18.1 :

pip install pip==18.1

然后安装PyInstaller:

Then install PyInstaller :

pip install pyinstaller

.

如您所见,我设法安装了它:

As you see i managed to install it :

之后,您可以再次升级您的点数:

After that you can upgrade again your pip :

python -m pip install --upgrade pip

这篇关于pip install pyinstaller没有名为pyinstaller的模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆