-
Notifications
You must be signed in to change notification settings - Fork 1
The sip directory for PyQt5 could not be located with Python3 #9
Comments
I can't look deeper at the moment as I'm on vacation but this should be pulling python3 so I'm not sure why it's looking for a py2 version of that library. Your error also references python3.8 so I'm doubly confused by the solution. @acxz any insights? You've been working through a lot of py related issues lately. |
This was my error:
After installing |
Looking into this, it seems like there is no Hmmm, yeah not sure what the underlying issue, I'lI just add the deps for now and reflag this as a python issue. |
Here's two more build error outputs for some more data: https://pastebin.com/xfmFPeMC |
@greghab or @cubimon if you guys have made any upstream issues relating to this issue at either the rviz or python-qt-binding repo please reference them here (or vice versa). Frankly I believe this is something upstream needs to take a look at. I would also try to contact the maintainer for the Arch EDIT: Unfortunately, I actually won't be able to spend more time on this. |
i just installed the |
There used to be a package |
Edit: submitted upstream inquiry. The error comes from this function trying to figure out where the right
I noticed that after we run into an According to the file list for I manually edited
On my first build, I did run into this error, but a rebuild right after succeeded.
|
Installed
python2-sip-pyqt5 python2-pyqt5
, and it compiled fine. Fix is probably to update the dependencies for the package.The text was updated successfully, but these errors were encountered: