You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When trying to install on the newest Raspian or Debian Bullseye these packages are gone.
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?
The text was updated successfully, but these errors were encountered: