Philip Howard
Philip Howard
The next day... ``` bash> python3 some-example.py bash> Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'unicornhatmini' ``` "Hello, support, yes, I installed your...
We have a new boilerplate that deals with this and other issues relating to Bookworm and also Pi 5, which I’m gradually migrating things to - https://github.com/pimoroni/boilerplate-python Life comes at...
It might be worth updating this library and trying again. I've been busy changing/breaking things. Use the unstable install from within your virtual environment- ``` git clone https://github.com/pimoroni/pms5003-python/ cd pms5003-python...
Recent errors - eg: `ValueError: not enough values to unpack (expected 2, got 0)` - appear to be related to the migration to gpiod/Bookworm OS. Some more details and tips...
> In the mean time pimoroni should try not setting the version to 1.0 if things break so regularly on the examples. The major version bump is reflected across *all*...
I'm intrigued by outputting data in influxdb format- I'm mired in the low level writing of drivers and I don't get much exposure to how people actually *use* these, but...
Hokay I have fixed the tests, could I be a pain and ask you to rebase, please?
influxdb is the one solution I've actually heard of- short of pushing stuff right into a cloud service- so I'm inclined to believe its popularity extends past your neck of...
Okay just to be completely turbo annoying, I am migrating this library over to gpiod since the writing is on the wall for `RPi.GPIO` whether it survives the Pi 5...
You can install a specific version of the library with: ``` pip install pms5003==0.0.5 ``` Which will retrieve the version before the migration to gpiod/gpiodevice. An error like `PIN15 not...