我有一个基于PyQt5和Pymongo库的python代码,假设它运行时显示带有一些按钮的GUI窗口;但是,我想使其在Amazon Ubuntu实例上运行;但是,我从安装有Amazon的Anaconda的Ubuntu实例以及VNSserver和Ubuntu桌面GUI中引入了该实例,以便能够使用spyder应用程序运行我的代码,并查看我的应用程序的GUI,每次我按如下所述运行我的代码时都会显示错误
No module named pymongo
I verified that pymongo is installed and work by writing some code using the terminal it works perfect.
同时,当我使用python main.py从控制台运行代码时,它显示了另一个错误
Could not connect to any X display