I have installed the polulu CP2102 drivers on both windows 10 and 7, and tried to upload the yaml file.
The esp32dev board is connected by usb cable to the computer
The upload fails I did hold down the boot button while trying to flash the board, but still the same error about python files
UndefinedPackageVersion: Could not find a version that satisfies the requirement '1.1.1' for your system 'linux_aarch64':
LibraryManager: Installing id=12172 @ 1.1.1
File "/usr/local/lib/python3.6/dist-packages/platformio/builder/main.py", line 168:
env.SConscript("$BUILD_SCRIPT")
There are another 12 lines of this error relating to different python files
Is this because the python library is not installed , or because the syslabs CP2102 drivers are not installed.
Does a python library need to be installed.
Thanks