I have sip4.17 and PyQt5.5.1 installed through source code, Python3, Qt5 
through Homebrew, and finally preview version of spyder through pip:

pip install --pre spyder

but when I launched spyder through command line, this is the command line 
error I got:

Traceback (most recent call last):File 
"/usr/local/lib/python3.5/site-packages/spyderlib/spyder.py", line 3119, in main
mainwindow = run_spyder(app, options, args)File 
"/usr/local/lib/python3.5/site-packages/spyderlib/spyder.py", line 3005, in 
run_spyder
main.setup()File "/usr/local/lib/python3.5/site-packages/spyderlib/spyder.py", 
line 822, in setup
message=_("Spyder Internal Console\n\n"File 
"/usr/local/lib/python3.5/site-packages/spyderlib/plugins/console.py", line 79, 
in __init__self.find_widget.set_editor(self.shell)File 
"/usr/local/lib/python3.5/site-packages/spyderlib/widgets/findreplace.py", line 
250, in set_editorfrom spyderlib.qt.QtWebKit import QWebViewFile 
"/usr/local/lib/python3.5/site-packages/spyderlib/qt/QtWebKit.py", line 10, in 
<module>from PyQt5.QtWebKitWidgets import QWebPage, QWebView      # 
analysis:ignoreImportError: 
dlopen(/usr/local/lib/python3.5/site-packages/PyQt5/QtWebKitWidgets.so, 2): 
Library not loaded: 
/usr/local/opt/qt5/lib/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgetsReferenced
 from: /usr/local/lib/python3.5/site-packages/PyQt5/QtWebKitWidgets.soReason: 
image not found

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to