It says version 4.1.7. I ran “sudo apt update && sudo apt upgrade -y” in a terminal just to be sure that I was reading it correctly and I still get the same error message when I try to install the package. I’ve tried to install it on a Pico and a Pico 2W. I’m working through the projects in the book “Get Started with MicroPython on Raspberry Pi Pico” by Raspberry Pi. In one project it had me create a program called “connect” for connecting to my wifi and use the “import” function in a later project. Is this a possible method (for an absolute beginner) to use as a work around for installing the package?
Hmm, that package seems to install correctly for me with ‘Manage Packages’ in Thonny 4.1.7.
Have you checked that you have ‘MicroPython (Raspberry Pi Pico)’ selected as your interpreter at the bottom right of Thonny? You could also check that there’s sufficient free storage space on your device - there’s an option to do that under the dropdown menu in the ‘Files’ window.