-
Notifications
You must be signed in to change notification settings - Fork 3
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
python2: not found #1
Comments
@mars3142 Hi, what command did you run ? |
I know 🤪. I just followed your README instructions, but I can't post my code, because it's confidential. |
@mars3142 Not asking for your project's code here, no worries. but i need to know if the error occured as you tried building the image, or when you tried running the one I published on dockerhub |
I don't build the container on my own. I used the pre-deployed one. |
ok, i'll try figuring this out, then get back to you |
ok. from what I see, espressif does not provide a build for ARM of the toolchain version packaged in the image. i'd need to build it for the image, or upgrade to a more recent toolchain for which there is an ARM build. They do however provide one for macOS. so the quickest route to get things working for you right now might just be to follow the toolchain setup instructions for esp8266-rtos-sdk on MacOS |
I got the error "python2: not found". Maybe it could be related to the fact, that the image is not for arm - I using it on a M1 MacBook Pro. Or do I need to install python2 on my local machine?
The text was updated successfully, but these errors were encountered: