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

idf.py: ImportError: No module named serial.tools.list_ports #364

Closed
magnomp opened this issue Oct 16, 2018 · 2 comments
Closed

idf.py: ImportError: No module named serial.tools.list_ports #364

magnomp opened this issue Oct 16, 2018 · 2 comments

Comments

@magnomp
Copy link

magnomp commented Oct 16, 2018

  • Operating system:
    Windows 7 x64
  • 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 #350

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: [email protected]
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: [email protected]
License: GPLv2+
Location: c:\python27\lib\site-packages
Requires: pyserial, pyaes, ecdsa

@magnomp
Copy link
Author

magnomp commented Oct 16, 2018

Sorry, I think I should have posted it on esp-idf. Already reposted there

@projectgus
Copy link
Contributor

OK, I'm going to close this issue then.

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