easy_handeye icon indicating copy to clipboard operation
easy_handeye copied to clipboard

Information on working ROS Noetic Setup with PyQt5

Open Olimoyo opened this issue 2 years ago • 5 comments

Hi,

I was looking for some advice from someone who was able to get this package working with ROS Noetic.

The main issue I'm having is indirectly related to this package and has to do with PyQt5. I'm currently using the following versions:

PyQt5                         5.15.6
PyQt5-Qt5                     5.15.2
PyQt5-sip                     12.10.1

When I run the following command rosrun rqt_gui rqt_gui, I get the following error:

ValueError: PyCapsule_GetPointer called with incorrect name

The GUI used by this package also leads to this error since I'm assuming it uses a similar call at some point.

If someone was able to get this to work with ROS Noetic, what version or setup of PyQt5 did you use?

Thanks! Oliver

Olimoyo avatar May 30 '22 16:05 Olimoyo

I have the same problem. And for my case, it mainly because the conda conflicts with the calibration package. I creat a new workspace and run it in my computer's env (not Virtual Environment) successfully.

dongyi-ur avatar Jun 13 '22 13:06 dongyi-ur

Would it be possible for you to type pip list and to see what version's of PyQT worked for you on your computer's env?

Olimoyo avatar Jun 13 '22 15:06 Olimoyo

dongyi@dongyi-ur:~$ pip show PyQt5 Name: PyQt5 Version: 5.14.1 Summary: None Home-page: None Author: None Author-email: None License: None Location: /usr/lib/python3/dist-packages Requires: Required-by:

dongyi-ur avatar Jun 14 '22 00:06 dongyi-ur

Screenshot from 2022-06-14 09-02-27

dongyi-ur avatar Jun 14 '22 01:06 dongyi-ur

Thank you! I'll give it a try in the next few days.

Olimoyo avatar Jun 14 '22 02:06 Olimoyo

This seems to be a conflict with conda. Please reopen the issue if this occurs with a clean installation of 20.04/noetic.

marcoesposito1988 avatar Sep 24 '22 23:09 marcoesposito1988