-
Notifications
You must be signed in to change notification settings - Fork 28
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
Unable to import on ubuntu 24.04 #173
Comments
Do you have the .so in question? |
I'm not really sure what that really means. I've done apt install libxcb1 and the -dev package. Other than that i'm guessing that i don't have the .so, how do i get it? 🙈 |
It should be in the libxcb1 package (you can verify it's present with |
it's in there (ldconfig -v i mean), I already tried the --break-system-packages, i just thought i'd check in here if it was something obvious. My system is probably broken... |
If it's not imported via the globally installed version then something else is wrong with the system. The error you posted here is from a venv, though, which can interfere with native libraries sometimes. |
I have the ubuntu deps installed with apt.
The text was updated successfully, but these errors were encountered: