tidbyt / hdk

A community supported firmware for the Tidbyt hardware 🤓
https://tidbyt.com
Apache License 2.0
49 stars 12 forks source link

First run with platformio got error "pip not installed" #3

Open tavdog opened 12 months ago

tavdog commented 12 months ago

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 !