Python error while running `pio run --target upload;`


Is this a problem with pio core or something with my system?
version: PlatformIO Core, version 6.0.2

I see you have globally installed PlatformIO since its referencing Python files from /home/<user>/.local/lib/python3.10. It looks like your specific Python 3.10 version is not compatible with PlatformIO, or at least with that UUID library you have installed (?).

Suggestions:

1 Like

Okay I uninstalled platforimio and completely purged the cache stuff from $HOME/.platformio, Reinstalled using the recommended script and now this working, thanks for you help :slight_smile: