-
CommentStreams:6220654fe4504c3d8ac68c33abd04e63
Jump to navigation
Jump to search
On Raspberry Pi OS Lite Kernel version: 5.10, Release date: October 30th 2021 the following command didn't work:
sudo apt-get install python-smbus
Package python-smbus is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'python-smbus' has no installation candidate
It's probably because I use Python 3.x - so it worked with:
sudo apt-get install python3-smbus