-
Notifications
You must be signed in to change notification settings - Fork 104
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
bluing and dbus-python problems while installing #32
Comments
How did you install python 3.10 in the latest kali Linux, which now uses python 3.11 by default? |
Yeah that was a problem. I compiled python from source. I downloaded the official package, compiled that and installed it. Any chance bluing will work with python3.11 sometime? |
The next version of bluing is planned to support python 3.11. And if you compiled and installed python 3.10 from the source, you may have to deal with some so files, such as:
Have you tried installing sudo apt install libglib2.0-dev gir1.2-gtk-3.0 \
python3-dbus python3-gi python3-gi-cairo |
Yes, thank you. I tried, but
I can now run |
I am Debian user and I have found problems during the installation, but I have found a solution. I have compiled and installed Python3.10, and got the dbus-python error after try pip3.10 install bluing. So,
|
What fixed it for me was installing bluing with |
bluing relies on the dbus-python package.
On kali linux I get an error, when the dbus-python package is being built:
Why is this happening?
The text was updated successfully, but these errors were encountered: