我使用cygwin將我的Windows 7計算機連接到基於Linux的羣集。在集羣中的特定節點中,我想啓動anaconda spyder gui。在cygwin中啓動anaconda spyder gui
推出的Spyder你只需鍵入:
spyder
到cygwin的
但返回:
QXcbConnection: Could not connect to display
Aborted (core dumped)
我也試過:
QTA_QPA_PLATFORM=offscreen spyder
但返回:
QFontDatabase: Cannot find font directory /home/spotter/anaconda2/lib/fonts - is Qt installed correctly?
我安裝QT4開發的工具,但它並沒有改變任何東西
編輯:
我安裝了xinit的和xorg和我現在試試這個:
使用ssh我運行登錄前:
export DISPLAY=localhost:0.0
然後我使用SSH登錄:
ssh -Y -X [email protected]
,現在當我嘗試使用spyder
我得到:
connect localhost port 6000: Connection refused
QXcbConnection: Could not connect to display localhost:11.0