ImportError: no module named 'driver' #17174
Answered
by
hyblid
hyblid
asked this question in
Using MicroPython
-
Beta Was this translation helpful? Give feedback.
Answered by
hyblid
Apr 24, 2025
Replies: 1 comment 6 replies
-
Maybe in import sys
sys.path.append('/driver') |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got IDEA...
Raspberry Pi Pico extension for VSCode. REPL connected with Raspberry pi pico board.
This extension just store uf2 file after run. there is not files and directory in board ... Files and Directory just keep my local pc.
Then it is make sense. why keep display import error because pico board does not have physical files and directory.
If somebody has same issue, just read this comment