Network library not found in micropython 1.20 #11375
-
Just installed micropython 1.20 in rpi pico w. When trying to import the network library, it fails. I had to go back to the specific 1.19 version for pico, to have networking operational. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
What do you get when you push Ctrl-B in REPL? I get for the v1.20.0:
And the network module is present. |
Beta Was this translation helpful? Give feedback.
-
I get : |
Beta Was this translation helpful? Give feedback.
-
This is the same hardware with 1.19. It works fine with that one For 1.20, I uploaded this one : https://micropython.org/download/rp2-pico-w/ |
Beta Was this translation helpful? Give feedback.
-
Thanks. It works now ! |
Beta Was this translation helpful? Give feedback.
-
You're right. I must have been mistaking. |
Beta Was this translation helpful? Give feedback.
https://micropython.org/resources/firmware/rp2-pico-w-20230426-v1.20.0.uf2
That's the one which I just loaded for verification. Just try it again with that file. The firmware file has to include pico-w in it's name.