Closed arpiecodes closed 2 months ago
If anyone encounters the same issue in the future, the following solved it for me;
sudo ln -s /Library/Developer/CommandLineTools/usr/bin/python3 /Library/Developer/CommandLineTools/usr/bin/python
I encountered the same issue.
In my case I was using pyenv and fixed it by setting a pyenv global version:
pyenv global 3.11.x
(run pyenv
first to list available versions)
Then the build suceeded 👍
Hello! I see a lot happened in the past months.
Attempting to clone the newest codebase and attempting to build the firmware with
pio run
I'm seeing the following error;Has anyone encountered this before? Cannot seem to figure out what's up.
Compiling on a Mac M2 within VSCode.