I configured a remote python interpreter for PyCharm and connected with SSH credentials. The whole setup works fine, except when I try to import any python library which uses Qt, such as pandas or matplotlib.
I put a screenshot of the remote python console with this error. When I separately ssh into the remote system the same import commands work fine.
I am using Anaconda on the remote server to install all python libraries. I checked the pyqt is installed too.
Can anyone help me figure this out?