【发布时间】:2017-01-04 21:01:10
【问题描述】:
我正在尝试安装 sip,以便安装 PyQt5。当我尝试使用 pip 安装时,会出现以下错误。
>>>pip3 install sip
Collecting sip
Could not find a version that satisfies the requirement sip (from versions: )
No matching distribution found for sip
有谁知道我如何让 pip 找到 sip 包?我也试过用 brew 安装,但我需要安装 4.19 版本,而 brew 安装 4.18。
【问题讨论】:
-
你用的是什么版本的 Python?
标签: python-3.x pip