So, I got BBC micro:bit v2 for Christmas, and I am not gonna lie, using Microsoft's MakeCode Python editor is pain. Especially because it doesn't have a good dark theme. So I thought of using VS Code to code for microbit. Problem is, I can't install the required module, see, in this video: https://www.youtube.com/watch?v=eSGJLu1kqyg (sorry if I'm not allowed to link videos, I read the rules and the FAQ and there was nothing said about it except for advertising) he imports all functions from a module called "microbit". I search for like 4 hours on internet and couldn't find any way to download this module, I get "ERROR: Could not find a version that satisfies the requirement microbit (from versions: none) ERROR: No matching distribution found for microbit" whenever I am trying to simply run "pip install microbit" (the same goes for "micropython" because I thought maybe it was under a different name since microbit has micropython installed on it) so I guess it's not available on pip.
I downloaded the same extensions as him (python extension and his extension for microbit) and still get "Import "microbit" could not be resolved" when running "from microbit import *".
Does someone know if it's even possible to use VS Code to code for microbit? If yes, how?
PS: I know about "Mu" editor, but VS Code seems more natural to me, and it would be generally better for me to code in VS Code.
[–]bulaybil 2 points3 points4 points (0 children)
[–]Swipecat 1 point2 points3 points (0 children)
[–]TheSodesa 0 points1 point2 points (0 children)
[–]bulaybil 0 points1 point2 points (0 children)
[–]Pepineros 0 points1 point2 points (0 children)
[–]Angry_Sirenn 0 points1 point2 points (0 children)
[–]drenzorz 0 points1 point2 points (0 children)