当前位置: 代码迷 >> 综合 >> No Qt bindings could be found
  详细解决方案

No Qt bindings could be found

热度:81   发布时间:2024-03-08 00:06:32.0

 spyder无法启动,并报错:No Qt bindings could be found。

百度搜了很多发现都不行,无法解决。使用下面代码即可解决:
pip uninstall PyQt5
unset QT_API
unset LD_LIBRARY_PATH

  相关解决方案