-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
miniterm error in make monitor #954
Comments
I found the solution.
|
Thanks for updating, @eliabieri . Even though esptool.py works with both Python 2 & 3,, for now we only support Python 2.x in IDF (and associated tools like idf_monitor). If you need to configure IDF to run "python2" instead of "python", you can do this in menuconfig under "SDK Tools". |
i use py3,but error like this |
@projectgus What are the plans to upgrade and support Python 3? I hope we make progress because Python 3 is now the default in Ubuntu and frankly, it is the way forward. |
@neilpanchal There is a PR #1284 that adds most of the changes for Python 3 support in idf_monitor, although it seems to have stalled. We don't have an ETA for Python 3 support, otherwise, although I agree it would be great to support in IDF. |
@eliabieri I got the same error. How do I implement this "For Python 3, you must use bytes like this: |
I made a PR but its pointless since there is already work ongoig. chnaging the build command from: to
solved the issue for me. |
when I want to use make monitor I get the following error.
I use Mac OS 10.12.5 and pyserial is up to date.
The text was updated successfully, but these errors were encountered: