-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[BUG] python: No module named esptool #27060
Comments
@lboue I don't see you doing the export from the esp stuff anywhere in your commands above. Are you doing it somewhere? |
And in particular, the steps above don't look very much like what https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/esp32/build_app_and_commission.md has listed. |
@lboue What is the IDF version? In IDF v4.4.x This should have been noted in the docs, will fix it. |
Thanks. It will be fixed by PR #27141. |
In Espressif IDF 5.x, esptool.py changed from a script under $IDF_PATH to an installable Python package (project-chip#27060). This change udpates the flashing script accordingly.
In Espressif IDF 5.x, esptool.py changed from a script under $IDF_PATH to an installable Python package (#27060). This change udpates the flashing script accordingly.
Reproduction steps
Build bridge-app esp32
Bug prevalence
always
GitHub hash of the SDK that was being used
275341e
Platform
esp32
Platform Version(s)
N/A
Anything else?
Do you know why esptool is not installed by bootstrap.sh script ?
I had to run that command:
pip install esptool
Log:
esptool-error.log
The text was updated successfully, but these errors were encountered: