首页 > TAG信息列表 > X11Forwarding

pycharm连接服务器不能cv.imshow(错误:qt.qpa.plugin: Could not load the Qt platform plugin "xcb" )

确保服务器上启用了X11Forwarding:在/etc/ssh/sshd_config设置中 X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost no 在客户端(我的MacOS):在~/.ssh/config写入 ForwardX11 yes 在PyCharm中,取消选择Include system environment variables。这解决了DISPLAY变量设置为系统变