Hi all, I am trying to compile a sketch for pi pico on Arduino 1.8.19, i have recently installed and reinstalled Python 3.11.5 at the request of ai, adding and checking all recommended paths in windows 10, but still get the following error:
Fatal Python error: initfsencoding: unable to load the file system codec
ModuleNotFoundError: No module named 'encodings'
The Boards file is up to date as of today as are all libaries. Am I missing something in IDE config?
This is already under File>Prefs>Additional board mamger URLs:
(https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index)
Many thanks
Andy