How to fix: Spyder not launching after conda update

Error: ModuleNotFoundError: No module named ‘PySide’

Fix: enter the following command in conda prompt:

conda install qt=5.6 pyqt=5.6 sip=4.18

Leave a comment