icm20948-python icon indicating copy to clipboard operation
icm20948-python copied to clipboard

Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate

Open Gadgetoid opened this issue 4 months ago • 1 comments

Testing

If you're a Bookworm / Pi 5 user running into virtual environment issues, you can try this library like so:

git clone https://github.com/pimoroni/icm20948-python -b repackage
cd icm20948-python
./install.sh --unstable

The ./install.sh script will create a pimoroni virtual environment that's shared between our products. (or use your existing venv if you've already activated one.)

For the reasons behind these changes and other information, see:

  • https://github.com/pimoroni/boilerplate-python/pull/13
  • https://github.com/pimoroni/boilerplate-python/issues/16
  • https://pimoroni.github.io/venv-python/

Gadgetoid avatar Feb 12 '24 11:02 Gadgetoid