I don't know exactly if here is the right place to post this issue. But I had problems installing ros-noetic-qt-gui-cpp because of an error in
/opt/ros/noetic/share/python_qt_binding/cmake/sip_configure.py
where in line 57 and 62 both a default_sip_dir is defined but the first one crashed because with the error:
sip Unable to find file "QtCore/QtCoremod.sip"
commenting out lines 57-59 fixed the problem.
There probably just has to be a conditional beforehand checking for python3.
Any idea where to put the corresponding pull request? If it is valid anyways...
I don't know exactly if here is the right place to post this issue. But I had problems installing ros-noetic-qt-gui-cpp because of an error in
/opt/ros/noetic/share/python_qt_binding/cmake/sip_configure.py
where in line 57 and 62 both a default_sip_dir is defined but the first one crashed because with the error:
sip Unable to find file "QtCore/QtCoremod.sip"
commenting out lines 57-59 fixed the problem.
There probably just has to be a conditional beforehand checking for python3.
Any idea where to put the corresponding pull request? If it is valid anyways...