-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Error ESPSFashTool Mac 12.4 #562
Comments
Have you tried running it from the command line? java -jar ESPSFlashTool.jar. |
Yes. Its the only way the flash tool will open. No errors until I go to flash and then it states unable to connect, and in terminal it indicates the python error entire error: |
what does 'which python' return? |
kbeason@MacBook-Pro ~ % which python |
Ah, you need to setup a symlink to python3 as the alias won't work from within java. Like |
Linking to the preinstalled python would trigger Xcode to install additional tools everytime the flash tool was run. Never worked even after installing the prompted tools. I discovered I needed to download and install python3 from python.org and then used Both my M1 Macs have the same issue with python. Not sure if it can be addressed in future releases. |
Hello,
When trying to use the ESPSFlashTool.jar on My M1 Mac running 12.4 I get "java.io.IOException: Cannot run program "python": error=2, No such file or directory" in the terminal and I'm unable to flash.
python --version returns Python 3.8.9
I've tried both ver 3.2 and ver 4.0 beta 4.
The text was updated successfully, but these errors were encountered: