-

CommentStreams:6220654fe4504c3d8ac68c33abd04e63

From Geekworm Wiki
< X708-Software
Revision as of 11:26, 25 January 2022 by 178.191.167.233 (talk) (Migrated comment #2271)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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