Replies: 3 comments
-
|
See https://github.com/horizon-eda/horizon/blob/8c4c3a8774ca128d311827ebadf6bf0f62ed1710/.github/workflows/all.yml#L93C27-L93C45, try installing |
Beta Was this translation helpful? Give feedback.
-
|
To resolve these issues, try the following steps:
Also, confirm that all other build dependencies for the Python module are installed. You can cross-reference the project’s documentation or |
Beta Was this translation helpful? Give feedback.
-
Please offload your AI slop somewhere else, preferably nowhere. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build the python module from source (master). I'm using Ubuntu 25.10 (arm) and the main horizon app seems to build perfectly. I'm using
meson compile horizon.so -C buildand getting an errorhorizon.so: target not found.The meson setup output notably shows this line:
Run-time dependency py3cairo found: NO (tried pkgconfig and cmake)is that derailing it? I've installed libcairo2-dev and pycairo in python. the name py3cairo specifically seems to be an rpm package?
Once I figure it out I'll contribute an update to the python module documentation page. Any tips are welcome.
Beta Was this translation helpful? Give feedback.
All reactions