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/bme280-python -b patch-boilerplate-sync
cd bme280-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:
coverage: 96.617%. remained the same
when pulling 333f5627e3e2c34014ab03ef350a539304fa3dbe on patch-boilerplate-sync
into 28c23c829a22296cd41a8faf455dac2d430e562c on main.
Testing
If you're a Bookworm / Pi 5 user running into virtual environment issues, you can try this library like so:
The
./install.sh
script will create apimoroni
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:
Changes