Closed MrGibbage closed 2 years ago
Hey @MrGibbage , straight to your questions:
Hi Having same errors (Import "spike" could not be resolved) but unable to ignore - getting a run time error
ModuleNotFoundError: No module named 'spike'
Running Win10 Please advise on how to install the library Many thanks in advance
@SechelTov , you cannot install the library. You should simply ignore the errors in vscode regarding missing libraries.
First things first: I am a python newbie. I've been programming Java for many years, but this is my first time doing any python. Our FIRST Lego League team just got some Spike Primes and some of the kids want to use python. What's more, some of them are familiar with python and have used VS code, so this is the platform they'd like to use. So I am doing some testing so I can understand and the first thing I am seeing are two errors that imports spike and spike.control could not be resolved. I understand that this can be ignored and in fact, the play button works and I can run my little program on the Spike Prime. But I can't seem to figure out how to use debug. When I try debugging, it halts on the first import and I can't seem to make it continue.
So I have two questions:
Thanks in advance! Skip