Anaconda 导航器及其应用程序将无法运行
Anaconda navigotor and its applications wont work
当手动插入 qtpy4 包时,Anaconda 导航器及其附带的应用程序停止工作,单击它们的 .exe 图标不会引发任何错误,因为没有任何反应。
But upon manual launch of
C:\ProgramData\Anaconda2\Scripts\anaconda-navigator.exe
或
C:\ProgramData\Anaconda2\Scripts\spyder.exe
Raised the attached error
Qtpy 错误
*值得一提的是jupyter-notebook.exe launched from
C:\ProgramData\Anaconda2\Scripts\jupyter-notebook.exe
工作正常
一个简单的 重新安装 就足够了,事实证明问题出在 pyqt
的管道中,因为它破坏了冲突的 qt5 绑定。
P.s Happened when I accidentally install qt4 package over already
existing qt5 package in anaconda.
当手动插入 qtpy4 包时,Anaconda 导航器及其附带的应用程序停止工作,单击它们的 .exe 图标不会引发任何错误,因为没有任何反应。
But upon manual launch of
C:\ProgramData\Anaconda2\Scripts\anaconda-navigator.exe
或
C:\ProgramData\Anaconda2\Scripts\spyder.exe
Raised the attached error
Qtpy 错误
*值得一提的是jupyter-notebook.exe launched from
C:\ProgramData\Anaconda2\Scripts\jupyter-notebook.exe
工作正常
一个简单的 重新安装 就足够了,事实证明问题出在 pyqt
的管道中,因为它破坏了冲突的 qt5 绑定。
P.s Happened when I accidentally install qt4 package over already existing qt5 package in anaconda.