-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to deal the error : qt.qpa.plugin: Could not load the Qt platform plugin "xcb" #38
Comments
@zsdfaker same error, did you find out anything? |
Maybe the plugin shipped with opencv was not suited for this version of QT. |
I have reinstalled mayavi according to the version in this link https://blog.csdn.net/qq_42266322/article/details/125387739 |
And this: pip install opencv-python==4.1.2.30 |
@shijinghuihub Thank you very much! You have solved my problem! |
@shijinghuihub sorry ,it didn't work for me |
thanks,it helps
|
Just do "pip install opencv-python==4.1.2.30" without going to that link, this works for me. |
That is the fix. Why not update the readme? |
按照这个版本重新安装环境,可以用 |
when i run kitti_object.py i get the error
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/zsder/anaconda3/envs/tensorflow/lib/python3.7/site-packages/cv2/qt/plugins" even though it was found.
in debug log i get follow message:
my work space:
ubuntu 20.04
python 3.7
opencv 4.4.0
pyqt 5.9.2
pyqt5 5.15.1
The text was updated successfully, but these errors were encountered: