Reputation: 930
Why the spyder and Ipython is crash after pip install PyQt4 whl from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4 ? It showed that no response when double click spyder or Ipython icons. I have try several times in Windows 7, used Winpython,version is python 3.6. Though the spyder is broken, the python default shell could import PyQt4 modules. Maybe the PyQt4 conflict with spyder?
Upvotes: 0
Views: 369
Reputation: 11
From my experience if you have Spyder 3 and both PyQt4 and PyQt5 libraries installed this causes problems launching Spyder and thats why it is crashing. Either try updating Spyder 3 to Spyder 4 or uninstall PyQt5.
Upvotes: 1
Reputation: 1191
hum, if you try to get it run with PyQt4, maybe "pip uninstall PyQt5", and even remove directory "python-3.6.4.amd64\Lib\site-packages\PyQt5" manually after that.
Upvotes: 1