bdwilson / hubitat

Hubitat Contributions
18 stars 19 forks source link

Python-Requests and Python-Bluez no longer exist #12

Open hakarune opened 2 years ago

hakarune commented 2 years ago

When trying to install on the newest Raspian or Debian Bullseye these packages are gone.

E: Unable to locate package python-requests
E: Unable to locate package python-bluez

You can bypass python-bluez by manually downloading and installing it from archives, but python-requests fails because new python3 packages would be broken and it has missing dependencies that you can't manually install. Attempted using backports as well, but they do not help. I even tried fully adding Buster repos and installing but that threw all sorts of errors and garbage.

Is there a way to add python3-requests to these scripts instead or update it all to python3?