-
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
Build error - sip: PyQt5/bindings/QtCore/QtCoremod.sip:23: syntax error #7
Comments
Same error on Arch, can confirm. |
Do as this mail https://www.mail-archive.com/[email protected]/msg1828544.html, |
Here is the commit that removed sip4 support from the archlinux package: archlinux/svntogit-packages@9f73b4a#diff-37538beb61ff63edebbf735dfcf39e5d732f49183d6beb097169d971875ca422 |
Does a fix or workaround for this issue exist? |
To clarify: #7
Edit line 23 to: |
The proper fix is to revert the commit to add sip4 support back. Another workaround is to add a pyqt5-sip4 package in the AUR that has support for sip4 which is what I'm currently working on. |
Same error on Manjaro, but the fix with editing line 23 seems to work for me. |
patched with 6095d44 |
Closing as |
Thanks for the kind words @drapado!
Link to the other issue: acxz/pkgbuilds#176 We'll keep this issue open since the solution is technically a patch until I can convince the Arch maintainers to add the sip4 support back in the official python-pyqt5 package. |
May I install it via |
@felixf4xu I have not uploaded that package on pypi. I would suggest you use the AUR package as the entire ros-noetic-arch stack is on AUR and will make your life easier. If you do want to use it via |
Build error encountered when running
yay -S ros-noetic-desktop-full
on a clean install:The text was updated successfully, but these errors were encountered: