Closed jkozniewski closed 9 months ago
You could try using the latest version of mpy-cross
. I suspect the version used to compile my .mpy
files is out of date and there's a breaking change between 1.18 (which I have) and the latest (1.22.1).
Yes, pretty sure this is caused by the .mpy
files being out of date. However, I'm going to remove these from the next release and instead provide instructions for those folks who need .mpy
files. That way they will always have up-to-date files.
ok, thanks - for now I've switched to use .py files, cross compilation to .mpy is something I need to investigate in the future I guess :)
Hi,
Trying to use your library on pico pi micropython:
MicroPython v1.21.0, picow v1.21.0 on 2023-10-06; Raspberry Pi Pico W with RP2040
via .mpy files (the installation via mip failed - OSError -6) but upon running example code I'm getting the error:Traceback (most recent call last): File "<stdin>", line 4, in <module> ValueError: incompatible .mpy file
The .mpy files are where they should be I guess (using MicroPico VS Code extension):
Any clues of what might be the problem here ? Thanks !