-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Python error when compiling for the ESP32 from the Arduino IDE #218
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
I have a clean Mac here that I will setup tomorrow and check if it will be OK, but you are so far the first OSX user to report such problem. What version is your OS? Have you installed some other python? |
@me-no-dev thanks, and I'm on Mac OS 10.10.5 with Python 2.7.10 installed. |
@me-no-dev I realized that there was already a PR (#200) open to fix the same error I'm having. It seems there's an issue with the esptool binary, but the esptool.py script works |
I want to find the best solution. I do not want to require the python version be default because it requires packages not installed by default. Best idea is to filter the OS version maybe in a script and that to call python or binary. Anyway, thanks for confirming it's a 10.10 issue. |
Yes, filtering by OS version sounds like an acceptable solution. And in the setup instructions, probably mention the necessary python packages to manually install on MacOSX 10.10. I at least needed to install pyserial, but I might have already had other packages that are required. Thanks for the work on this, @me-no-dev. |
hey apple fellas :) here is a ZIP with esptool compiled on OSX 10.9. Please test and let me know if it works. |
For your information, i have recompiled yesterday for the ESP32 this wifibluetoothswitch.ino and other example under Arduino 1.6.13 without any problem, ok under PC with W10, not MAC Os.. The hardware esp32 was set in the hardware directory for esp32-arduino github... If this can help you but for me, ESP32 et Arduino is better now.. from here : https://github.com/espressif/arduino-esp32 and follow under Windows instructions with success.. Best Regards |
@JPB1JPB1 please do not spam the issues with your BT question! |
@me-no-dev I thought I had replied on this thread previously, but the esptool binary in https://github.com/espressif/arduino-esp32/files/809141/esptool-mac-10.9.zip does work on Mac OS X 10.10.5. |
I am also on OSX 10.10.5 and had the same issue as @dibaggioj after replacing the esptool with the one for OSX 10.9 my sketch compiled without issue. |
Ok guys, the latest update includes the latest esptool all fixed for older OS X :) Enjoy |
A python error when calling
dlopen
is occurring when attempting to compile any Arduino sketches (e.g., Blink) for the Sparkfun ESP32 Thing. Please let me know if you have any thoughts for how to fix this, thanks.The verbose log is below:
The text was updated successfully, but these errors were encountered: