= <Raspberry Pi Pico> getting started
{c}
Getting started on <Ubuntu 25.04>: see: <Program Raspberry Pi Pico W with X>.
Then ignore the other steps from the tutorial, as theese use the picozero package, which is broken with this error: https://github.com/raspberrypilearning/getting-started-with-the-pico/issues/57
``
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'
``
and uses picozero specific code. Rather, just use our examples from \a[rpi-pico-w].
Back to article page