Skip to content
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

Open
mars3142 opened this issue Apr 7, 2024 · 6 comments
Open

python2: not found #1

mars3142 opened this issue Apr 7, 2024 · 6 comments

Comments

@mars3142
Copy link

mars3142 commented Apr 7, 2024

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?

@mbenabda
Copy link
Owner

mbenabda commented Apr 16, 2024

@mars3142 Hi, what command did you run ?
Installing python2 on your machine won't help, as containers run in isolation from your OS.

@mars3142
Copy link
Author

I know 🤪. I just followed your README instructions, but I can't post my code, because it's confidential.

@mbenabda
Copy link
Owner

mbenabda commented Apr 16, 2024

@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

@mars3142
Copy link
Author

I don't build the container on my own. I used the pre-deployed one.

@mbenabda
Copy link
Owner

ok, i'll try figuring this out, then get back to you

@mbenabda
Copy link
Owner

mbenabda commented Apr 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants