-
Notifications
You must be signed in to change notification settings - Fork 2
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
sip Unable to find file "QtCore/QtCoremod.sip" #2
Comments
Finding the package that owns the file ( Seems like this is also a dup of #1 |
Corresponding ros-melodic issue: ros-melodic-arch/ros-melodic-rviz#9 |
Patch has been released in new version |
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...
The text was updated successfully, but these errors were encountered: