You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue with the CircuitPython code I'm trying to run on my Raspberry Pi Pico W (BocoBot). The code is for a simple light searching robot using an LDR sensor and DC motors. When I run the code, I get a ValueError: incompatible .mpy file error.
The error occurs on line 9 of my code, which is where I import the motor module from adafruit_motor. I've checked that I have the latest version of CircuitPython installed on my board, and I've also tried updating the adafruit_motor library to the latest version.
I've tried to troubleshoot the issue, but I'm not sure what's causing the compatibility problem. Could you please help me resolve this issue? I'd appreciate any guidance on how to fix the compatibility problem or provide an updated mpy file that's compatible with my board's CircuitPython version.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue! The incompatible .mpy error can be fixed by using the .py version of the library instead of .mpy version. We have updated our repository to make it compatible with CircuitPython 9.
I'm experiencing an issue with the CircuitPython code I'm trying to run on my Raspberry Pi Pico W (BocoBot). The code is for a simple light searching robot using an LDR sensor and DC motors. When I run the code, I get a ValueError: incompatible .mpy file error.
The error occurs on line 9 of my code, which is where I import the motor module from adafruit_motor. I've checked that I have the latest version of CircuitPython installed on my board, and I've also tried updating the adafruit_motor library to the latest version.
I've tried to troubleshoot the issue, but I'm not sure what's causing the compatibility problem. Could you please help me resolve this issue? I'd appreciate any guidance on how to fix the compatibility problem or provide an updated mpy file that's compatible with my board's CircuitPython version.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: