在Mac上安装适用于Python 2.7的SIP

在Mac上安装适用于Python 2.7的SIP,python,ros,python-sip,Python,Ros,Python Sip,我目前正在Mac上安装ROS Melodic,安装需要有python SIP库。这就是问题所在;当我尝试在终端中安装sip时,我得到以下响应: Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement sip (from versions: none) ERROR: No m

我目前正在Mac上安装ROS Melodic,安装需要有python SIP库。这就是问题所在;当我尝试在终端中安装sip时,我得到以下响应:

Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement sip (from versions: none)
ERROR: No matching distribution found for sip
然而,如果我尝试用
pip3installsip
在python3上安装它,我没有问题。ROS安装必须在Python2.7上完成

有人知道如何解决此问题吗?

您可以尝试安装。5.0.0似乎是第一个明确要求Python 3的版本,因此您可以尝试
pip安装sip