You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python version: (python -V to check this)
Python 2.7.14
ESP hardware in use:
ESP32
Full idf.py command line as run:
idf.py menuconfig
Full output from idf.py (please copy and paste all lines of output)
Traceback (most recent call last):
File "C:\Users\Magno\esp\esp-idf\tools\idf.py", line 38, in
import serial.tools.list_ports
ImportError: No module named serial.tools.list_ports
What is the expected behaviour?
Running menuconfig
Do you have any other information from investigating this?
Already did pip install pyserial and pip install esptool as suggested on esptool issue 350 which seems to be the same
Is there any other information you can think of which will help us reproduce this problem?
Output of pip show pyserial
Name: pyserial
Version: 3.4
Summary: Python Serial Port Extension
Home-page: https://github.com/pyserial/pyserial
Author: Chris Liechti
Author-email: cliechti@gmx.net
License: BSD
Location: c:\python27\lib\site-packages
Requires:
Output of pip show esptool
Name: esptool
Version: 2.5.1
Summary: A serial utility to communicate & flash code to Espressif ESP8266 & ESP
32 chips.
Home-page: https://github.com/espressif/esptool
Author: Fredrik Ahlberg (themadinventor) & Angus Gratton (projectgus)
Author-email: angus@espressif.com
License: GPLv2+
Location: c:\python27\lib\site-packages
Requires: pyserial, pyaes, ecdsa
The text was updated successfully, but these errors were encountered:
Please try to run: $IDF_PATH/tools/check_python_dependencies.py and post here the console output.
Alvin1Zhang
changed the title
idf.py: ImportError: No module named serial.tools.list_ports
[TW#26811] idf.py: ImportError: No module named serial.tools.list_ports
Oct 17, 2018
Windows 7 x64
python -V
to check this)Python 2.7.14
ESP32
Full idf.py command line as run:
idf.py menuconfig
Full output from idf.py (please copy and paste all lines of output)
Traceback (most recent call last):
File "C:\Users\Magno\esp\esp-idf\tools\idf.py", line 38, in
import serial.tools.list_ports
ImportError: No module named serial.tools.list_ports
What is the expected behaviour?
Running menuconfig
Do you have any other information from investigating this?
Already did pip install pyserial and pip install esptool as suggested on esptool issue 350 which seems to be the same
Is there any other information you can think of which will help us reproduce this problem?
Output of pip show pyserial
Name: pyserial
Version: 3.4
Summary: Python Serial Port Extension
Home-page: https://github.com/pyserial/pyserial
Author: Chris Liechti
Author-email: cliechti@gmx.net
License: BSD
Location: c:\python27\lib\site-packages
Requires:
Output of pip show esptool
Name: esptool
Version: 2.5.1
Summary: A serial utility to communicate & flash code to Espressif ESP8266 & ESP
32 chips.
Home-page: https://github.com/espressif/esptool
Author: Fredrik Ahlberg (themadinventor) & Angus Gratton (projectgus)
Author-email: angus@espressif.com
License: GPLv2+
Location: c:\python27\lib\site-packages
Requires: pyserial, pyaes, ecdsa
The text was updated successfully, but these errors were encountered: