nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
241 stars 97 forks source link

ImportError: Could not import backend for traitsui. Make sure you have a suitable UI toolkit like PyQt/PySide or wxPython installed. #302

Closed KangChou closed 3 years ago

KangChou commented 3 years ago

ImportError: Could not import backend for traitsui. Make sure you have a suitable UI toolkit like PyQt/PySide or wxPython installed.

KangChou commented 3 years ago

The problem has been solved. The main reason is the conflict between different versions of QT

HusBunia commented 2 years ago

The problem has been solved. The main reason is the conflict between different versions of QT

Hi, I have met the same problem, could you tell me your Qt version?