Could not import backend for traitsui. Make sure you have a suitable UI toolkit like PyQt/PySide or Always_positive 2021-04-08 382 阅读1分钟 问题描述 Could not import backend for traitsui. Make sure you have a suitable UI toolkit like PyQt/PySide or wxPython 原因 在安装mayavi的时候需要安装一些依赖。 解决方案(亲测有效) pip intall mayavi pip install pyqt5 参考链接 github.com/kuixu/kitti…