You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sathiyaraj45 Can you remove that .bashrc change and take a look at #7348? You'll need to re-run the get.py to download a new OSX bundle with a portable python3 interpreter included (so not path changes, no need to use brew or install Xcode.
Activity
Tech-TX commentedon Jun 1, 2020
#6931
I see Mac users don't understand the basics of SEARCH.
earlephilhower commentedon Jun 1, 2020
That's a MacOS + Brew issue, but easily fixed w/o hacks using the Apple-supported python3 toolset...
I just installed and ran the Arduino IDE on a fresh Catalina install and I get the helpful error:

I also get a nice dialog from Apple letting me click one button to install Python:

Clicking thru the license/etc. and waiting a few mins to install, when I rerun the build it works fine (don't need to restart Arduino):

earlephilhower commentedon Jun 2, 2020
@sathiyaraj45 Can you remove that
.bashrc
change and take a look at #7348? You'll need to re-run theget.py
to download a new OSX bundle with a portable python3 interpreter included (so not path changes, no need to usebrew
or install Xcode.sathiyaraj45 commentedon Jun 2, 2020
Thanks to @Tech-TX and @earlephilhower.