Giter VIP home page Giter VIP logo

Comments (12)

LeetaoGoooo avatar LeetaoGoooo commented on May 29, 2024

你的 pip 是不是更新了?, 好像有类似问题: pyinstaller/pyinstaller#4006, pypa/pip#6163

from movieheavens.

Huaweidev avatar Huaweidev commented on May 29, 2024

你的 pip 是不是更新了?, 好像有类似问题: pyinstaller/pyinstaller#4006, pypa/pip#6163

是的,更新到了最新的19.1;我搜索看看有没有办法解决。

from movieheavens.

LeetaoGoooo avatar LeetaoGoooo commented on May 29, 2024

好的~😄

from movieheavens.

sh1018727638 avatar sh1018727638 commented on May 29, 2024

请问这个问题是否有解决办法,我的pip已经更新到了19.0.1

from movieheavens.

Huaweidev avatar Huaweidev commented on May 29, 2024

请问这个问题是否有解决办法,我的pip已经更新到了19.0.1

我这两天尝试运行时又没出现pip 19.0.1No module named 'PyInstaller'这种错误了,出现了新的错误如下:

# python3 movies.py
Traceback (most recent call last):
File "movies.py", line 3, in
from PyQt4.QtGui import *
ModuleNotFoundError: No module named 'PyQt4'

然后我尝试安装PyQt4库,出现错误如下,找不到PyQt4库:

# python3 -m pip install PyQt4
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Collecting PyQt4
Could not find a version that satisfies the requirement PyQt4 (from versions: )
No matching distribution found for PyQt4

但是在PyPi官网又有这个库,不知道怎么去安装:https://pypi.org/project/PyQt4/

pic_0201233115

再然后我想从https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4直接下载PyQt4的whl文件https://download.lfd.uci.edu/pythonlibs/r5uhg2lo/PyQt4-4.11.4-cp37-cp37m-win_amd64.whl直接本地安装,依然失败说不支持此平台,如下所示:

# pip3 install PyQt4-4.11.4-cp37-cp37m-win_amd64.whl
PyQt4-4.11.4-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.

我真不知道怎么继续解决这个问题了,你们知道吗(主要是先安装上PyQt4)。
我的OS Version: Microsoft Windows® 10 version1803。

from movieheavens.

LeetaoGoooo avatar LeetaoGoooo commented on May 29, 2024

试一下: python3 -m pip install pip==xxx ?

from movieheavens.

sh1018727638 avatar sh1018727638 commented on May 29, 2024

出现了如下错误:
Could not find a version that satisfies the requirement pip==pyinstaller (from
versions: 0.2, 0.2.1, 0.3, 0.3.1, 0.4, 0.5, 0.5.1, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.
7, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.8.2, 0.8.3, 1.0, 1.0.1, 1.0.2, 1.1, 1.2, 1.2.1, 1
.3, 1.3.1, 1.4, 1.4.1, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.5.6, 6.0, 6.0.1
, 6.0.2, 6.0.3, 6.0.4, 6.0.5, 6.0.6, 6.0.7, 6.0.8, 6.1.0, 6.1.1, 7.0.0, 7.0.1, 7
.0.2, 7.0.3, 7.1.0, 7.1.1, 7.1.2, 8.0.0, 8.0.1, 8.0.2, 8.0.3, 8.1.0, 8.1.1, 8.1.
2, 9.0.0, 9.0.1, 9.0.2, 9.0.3, 10.0.0b1, 10.0.0b2, 10.0.0, 10.0.1, 18.0, 18.1, 1
9.0, 19.0.1)
No matching distribution found for pip==pyinstaller

from movieheavens.

LeetaoGoooo avatar LeetaoGoooo commented on May 29, 2024

@sh1018727638 后面是 pip==(pip的版本号) 把 pip 降级一下,然后再安装 pyqt4

from movieheavens.

sh1018727638 avatar sh1018727638 commented on May 29, 2024

OK了,当我完成安装之后,它提示让我upgrade pip,如果这时我再升级到19.0.1,会影响使用吗

from movieheavens.

LeetaoGoooo avatar LeetaoGoooo commented on May 29, 2024

@sh1018727638 你可以试试,然后再反馈一下结果 🤣

from movieheavens.

sh1018727638 avatar sh1018727638 commented on May 29, 2024

好的,我已经升级了pip到19.0.1,感谢答疑!

from movieheavens.

LeetaoGoooo avatar LeetaoGoooo commented on May 29, 2024

不用谢~

from movieheavens.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.