unable to open MENUCONFIG in vscode
Posted: Sat Mar 20, 2021 11:23 am
Hello , I installed ESP-IDF extension in vscode and I wanted to open menuconfig from the terminal. When I type idf.py menuconfig I get this error:
Traceback (most recent call last):
File "/home/benedito/esp/esp-idf/tools/idf.py", line 47, in <module>
from idf_py_actions.tools import executable_exists, idf_version, merge_action_lists, realpath # noqa: E402
File "/home/benedito/esp/esp-idf/tools/idf_py_actions/tools.py", line 7, in <module>
import click
ModuleNotFoundError: No module named 'click'
After some research on internet I decided to install phyton-pip. But it just worsened the problem with new errors.
How could I solve it? Or is there an other way to open menuconfig?Thanks
Traceback (most recent call last):
File "/home/benedito/esp/esp-idf/tools/idf.py", line 47, in <module>
from idf_py_actions.tools import executable_exists, idf_version, merge_action_lists, realpath # noqa: E402
File "/home/benedito/esp/esp-idf/tools/idf_py_actions/tools.py", line 7, in <module>
import click
ModuleNotFoundError: No module named 'click'
After some research on internet I decided to install phyton-pip. But it just worsened the problem with new errors.
How could I solve it? Or is there an other way to open menuconfig?Thanks