-
Notifications
You must be signed in to change notification settings - Fork 463
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
Cannot mix incompatible Qt library (5.12.8) with this library (5.15.2) #1646
Comments
You cannot mix different versions of the same library! The default system version in 20.04 is 5.12.8, which is also used by rviz. |
how can i solve this problem ? i want to use pyside2 ... |
Install pyside2 from the Ubuntu system packages: |
solved that problem but i get new error [ INFO] [1626158805.132215735]: Stereo is NOT SUPPORTED |
Of course, you need to install all required pyside2 packages. Here, obviously, you are missing the |
thank you for your answers |
I won't have time to look into that issue anytime soon. But, yes, if you leave your python script here, someone at some point can have a look. Better than this, is to provide the error message you get. |
Hello
When I use the package in pyside2 UI I encounter the following error. While when I use PyQt5 I do not encounter this error.
[ INFO] [1626154697.760858437]: Stereo is NOT SUPPORTED
[ INFO] [1626154697.760896634]: OpenGL device: GeForce 940MX/PCIe/SSE2
[ INFO] [1626154697.760906774]: OpenGl version: 4.6 (GLSL 4.6).
Cannot mix incompatible Qt library (5.12.8) with this library (5.15.2)
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: