-
Notifications
You must be signed in to change notification settings - Fork 1
fatal: 'pyside2_global.h' file not found #11
Comments
workaround found and tested here: ros-visualization/qt_gui_core#142 (comment) |
Re. python3.8, see this issue. It appears (thanks to @acxz 's diging) that the 3.7 paths were just script-added unnecessarily to every one of these packages. That issue has the list of all the packages that actually depend on python paths. Just adding that comment, as the python3.7 observation was likely a false error. Your output appears incomplete. I don't see the end of the failure itself, just an error about Also, what was the specific workaround you found? That comment recommends installing It's not clear what actually happened and what was the ultimate fix for you (that isn't handled here). Thanks for any additional details. |
The workaround working for me was to remove the packages I thought the error was about the I can reproduce and provide additional details if told how :) |
hmm, I will try to reproduce this when I get time later, but basically there might be an error when installing this package alongside |
@nim65s Ah, that's helpful. So we could build fine not having those, but having them is causing some premature issue. I admit I have zero knowledge of this. You can see I was bitten by this over at that same linked bug. sip, shiboken, pyside... seems really weird that somehow each of these could individually satisfy whatever ROS wants. |
I think so, but shiboken is now playing nice with me. Let me try to reproduce this issue with |
Closing this issue, since it is a duplicate of #12 and more convo has happened there. |
Hi,
This PKGBUILD still has references to python3.7.
After updating those, I get the following issue, even if pyside2 is installed:
The text was updated successfully, but these errors were encountered: