79696975

Date: 2025-07-10 11:23:33
Score: 0.5
Natty:
Report link

It turned out that, since I installed everything via VSCode the python version used is located in the PlatformIO folder under '~/.platformio/penv/' and the distutils are available in the setuptools pkg.

Therfore I installed it there with

source .platformio/penv/bin/activate
pip install setuptools

now it works

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Max