-
Notifications
You must be signed in to change notification settings - Fork 7.6k
install Arduino ESP32 on Windows issue #108
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
Comments
very interesting... I wrote the instructions as I was installing everything, but above I see some controversy...
That does not look right? 32 or 64? how come I see both. Are you positive you are running on 64bit OS? If you are, did you install the 64bit versions of the required packages? |
I installed the 32bit version of Python, I iwll uninstall it and install
the 64-bit and try it again.
Thank you,.
…On 12/29/2016 3:35 PM, Me No Dev wrote:
very interesting... I wrote the instructions as I was installing
everything, but above I see some controversy...
* ***@***.*** MINGW64| <<< mingw64
* |Platform: i686-mingw32| <<< mingw32
That does not look right? 32 or 64? how come I see both. Are you
positive you are running on 64bit OS? If you are, did you install the
64bit versions of the required packages?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#108 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGKFTI1uO1nYN_zUDXmcPLcY_RW7eT2Qks5rNCePgaJpZM4LX1cc>.
--
Sincerely,
[email protected]
|
I had the same problem, I just copied this file (xtensa-esp32-elf-win32-1.22.0-59.zip) into the ESP32/tools folder and unzipped and everything is fine. |
please check out the latest updates and reread the instructions for Windows. Python is no longer required :) |
Added an Exception handling to the offending urlretrieve() call for the issue #108 espressif/arduino-esp32#108 It's not really a fix but the failure message is much more elegant than the initial stack trace as it hints at the solution to the setup problem rather than confusing the user into Windows problems.
Change build timeout from 60 to 120 seconds
Added an Exception handling to the offending urlretrieve() call for the issue #108 espressif/arduino-esp32#108 It's not really a fix but the failure message is much more elegant than the initial stack trace as it hints at the solution to the setup problem rather than confusing the user into Windows problems.
I followed the tutorial here to set this up. I have tried it on 2 different computers, both having identical results. Win7-64bit and win10-64bit. I get the following error on both pc's
IOError: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
Below is the terminal output
Jim@DESKTOP-GSGCS1Q MINGW64 ~
$ mkdir -p ~/Documents/Arduino/hardware/espressif && \
Jim@DESKTOP-GSGCS1Q MINGW64 ~/Documents/Arduino/hardware/espressif/esp32/tools (master)
The text was updated successfully, but these errors were encountered: