Pimoronie’s uf 2 as follows MicroPython v1.25.0, picow v1.25.0 on 2025-05-12; Raspberry Pi Pico W with RP2040
The shop page says the following:
You can install the library through Thonny’s ‘Manage Packages’ by searching for qwstpad-micropython .
qwstpad-micropython
But if I open manage packages and type in “qwstpad-micropython” I get nothing?
So what am I doing wrong?
Ok, after trying a bunch of different things, I finally got it installed and working. In the package manager I selected the install from local file option, and then pointed it at the qwstpad-micropython-main.zip file I had downloaded from github.
Package search was broken a few versions of Thonny ago I think, so might be worth checking you’re on the most recent version?
I’ll have to go look and see what version is latest / current.
Installing version 4.1.7 fixed it. Thanks for the heads up, @hel