dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.41k stars 440 forks source link

Pico W doesn't work at all #248

Closed VyacheslavKuchumov closed 7 months ago

VyacheslavKuchumov commented 7 months ago

ValueError: incompatible .mpy file

code.py output: Traceback (most recent call last): File "code.py", line 14, in File "duckyinpython.py", line 9, in ValueError: incompatible .mpy file

dbisu commented 7 months ago

which version of CircuitPython did you program and what library package did you use? Do you happen to be using CircuitPython 9? and maybe trying to use a 8.x library?

VyacheslavKuchumov commented 7 months ago

yeaaaah i accidentally downloaded CircuitPython 9 but it doesn't work with 9.x library either. U should make a link for CircuitPython 8.2.9 in the tutorial