Hi
I am using ESP-EYE evaluation board from espressif.
As a first step, I am trying to execute hell world example given in esp-idf.
I am using ubuntu in WSL2.
I am able to build, flash but can not monitor the com port.
When I execute idfx monitor COM3, getting following error.
'No Module name 'esp_idf_monitor' under python\Python310\python.exe.
Appreciate your help
no module named esp_idf_monitor
-
- Posts: 16
- Joined: Sun Feb 25, 2018 4:11 pm
Re: no module named esp_idf_monitor
To fix this, assuming everything else is installed normally (Microsoft store installation of python) open powershell and run:
pip install esp_idf_monitor
Then go back to WSL and try again.
The idfx application is able to access COM ports because its going out to Windows to execute interfacing with said COM ports. So any dependencies that idfx has to interface with the board must be done in windows (powershell/command prompt) to get it working.
pip install esp_idf_monitor
Then go back to WSL and try again.
The idfx application is able to access COM ports because its going out to Windows to execute interfacing with said COM ports. So any dependencies that idfx has to interface with the board must be done in windows (powershell/command prompt) to get it working.
Who is online
Users browsing this forum: jtroncin21, MicroController and 112 guests