python - RuntimeError: the sip module implements API v11.0 but the PyQt4.QtCore module requires API v11.1 -


i'm trying install gnuradio repo, using homebrew. i'm on osx 10.10.2.

the install keeps failing , saying sip , pyqt modules ahave mismatched api versions.

i've done searching , things seem indicate should remove sip pyqt, install sip, , build pyqt against that.

i've tried approach several times using brew uninstall sip , brew uninstall pyqt reinstalling them , doesn't seem work.

   ==> 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     raise self._value runtimeerror: sip module implements api v11.0 pyqt4.qtcore module requires api v11.1 

thanks suggestions!


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -