在CENTOS7上安装anaconda5.2.0的版本后,要启动spyder,但是出现错误,启动失败:
(base) [dlou@ks0512anaconda01 ~]$ spyder
Traceback (most recent call last):
File "/home/dlou/anaconda3/lib/python3.6/site-packages/qtpy/QtWebEngineWidgets.py", line 22, in <module>
from PyQt5.QtWebEngineWidgets import QWebEnginePage
ImportError: libXss.so.1: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/dlou/anaconda3/bin/spyder", line 11, in <module>
sys.exit(main())
File "/home/dlou/anaconda3/lib/python3.6/site-packages/spyder/app/start.py", line 159, in main
from spyder.app import mainwindow
File "/home/dlou/anaconda3/lib/python3.6/site-packages/spyder/app/mainwindow.py", line 92, in <module>
from qtpy import QtWebEngineWidgets # analy