Drincann / Pico-Go

Raspberry Pi Pico support for VS Code
Other
8 stars 3 forks source link

Pico-Go doesn't work on macOS #3

Open sstaub opened 2 years ago

sstaub commented 2 years ago

Using VSC Version: 1.71.0-inside on macOS 12.5. Python 3.9.1 installed After install the toolbar is missing. Getting following error using command line.

Bildschirmfoto 2022-08-05 um 18 27 34
paulober commented 2 years ago

Thats because you're using a VS Code version (1.71.0) which this fork has no native bindings for so if serialport library cannot be loaded the hole extension crashes which leads to this error message.

paulober commented 2 years ago

Try out Pico-W-Go extension