Closed ratchek closed 1 year ago
People here installed libxcb and were able to fix this error, have you tried this?
Similar - https://github.com/NVlabs/instant-ngp/discussions/300#discussioncomment-3985753
Yeah, I tried that and it didn't work.
Have you tried installing libegl1
I just fixed the same thing for our Github Actions process. https://github.com/borgbase/vorta/pull/1685/commits/50d2db30d1f6afae8964682ef5b53f7819ff951f
Else you can copy the dependencies from GH Actions. They will definitely work on Ubuntu. https://github.com/borgbase/vorta/blob/master/.github/workflows/test.yml#L65
Might be worth adding this in the docs. I wonder if PyQt has some docs on this.
Installing libegl1
didn't work, but installing the dependencies from GH Actions did. Thanks!
Description
After installing vorta from source according to the Contributing Guidelines , when I try to run vorta from the terminal in the python virtual environment, I get the following error:
When I try to run the tests, I get the following:
Reproduction
OS
Ubuntu 22.04.2 LTS, GNOME 42.5
Version of Vorta
Not yet released. Cloned from github repo.
What did you install Vorta with?
Other
Version of Borg
No response
Logs
No response