Can't enter REPL mode in VScode #11303
Unanswered
FlydGitHub
asked this question in
RP2040 / Pico
Replies: 2 comments
-
If there is no module named machine, then probably you are connected to Python on the PC instead of Micropython on the RP2040. Have you tried with mpremote? Do you get REPL with mpremote? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It connects just fine the RP2040 using the lover button. Nether button does't not give me REPL. I think it's a JSON config file issue. How would REPL with mpremote work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Vstudio for Raspberry Pi RP2040 pico, there are two run buttons, the lover left hand side button connects, runs RP2040 - Micropython Code without error.
The top right "main" run button gives the error: ModuleNotFoundError: No module named 'machine' .
Any suggestions welcome.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions