0

我正在尝试使用自制软件从这个 repo 安装 gnuradio。我在 OSX 10.10.2 上。

安装一直失败,并说我的 sip 和 pyqt 模块的 API 版本不匹配。

我做了一些搜索,大多数事情似乎表明我应该删除 sip 和 pyqt,然后安装 sip,并针对它构建 pyqt。

我已经多次尝试使用这种方法brew uninstall sipbrew uninstall pyqt然后重新安装它们,但它似乎不起作用。

   ==> python setup.py install --prefix=/usr/local/Cellar/gnuradio/HEAD/libexec
  File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py", line 251, in map
    return self.map_async(func, iterable, chunksize).get()
  File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py", line 558, in get
    raise self._value
RuntimeError: the sip module implements API v11.0 but the PyQt4.QtCore module requires API v11.1

感谢您的任何建议!

4

0 回答 0