Closed sgtsquiggs closed 2 years ago
are you running it using ./run.sh
, through the app launcher or ...?
have the same issue. neither app launcher or ./run.sh
is working. once run ./run.sh
, it shows this err message
Try
source bin/activate
pip install dbus
or: sudo apt install python-dbus
Try
source bin/activate pip install dbus
or:
sudo apt install python-dbus
pip install dbus
shows ERR ERROR: Could not find a version that satisfies the requirement dbus (from versions: none) ERROR: No matching distribution found for dbus
And sudo apt install python-dbus
ran and package installed, but still showing the same err
Also happened to me, after clearing the folder from the files created by setup.py and re-running Ι was able to make it work
Try
source bin/activate pip install dbus
or:
sudo apt install python-dbus
pip install dbus
shows ERR ERROR: Could not find a version that satisfies the requirement dbus (from versions: none) ERROR: No matching distribution found for dbus
And
sudo apt install python-dbus
ran and package installed, but still showing the same err
Have you fixed it? Same issue here
I came across a post that says trying to install dbus-next. So, inside the virtual environment, run
pip install dbus-next
. I haven't tried. What OS are you on?
closing due to inactivity
Install script ran without error but currently seeing:
Ubuntu 20.04