hdk icon indicating copy to clipboard operation
hdk copied to clipboard

First run with platformio got error "pip not installed"

Open tavdog opened this issue 11 months ago • 0 comments

I solved this by activating the virtual env used by platformio at : /Users/tavis/.platformio/penv/bin/activate downloading getpip script from https://bootstrap.pypa.io/get-pip.py then running python3 get-pip.py

Next build worked and it flashed ok !

tavdog avatar Jul 13 '23 05:07 tavdog