Skip to content

ModuleNotFoundError: No module named 'click' #3

@DarekLin

Description

@DarekLin

Thanks for sharing it. Great tool!
I am trying to run them in the fresh version of isp-idf 4.2 and when I try to click on e.g pyMenu button I received error:

Microsoft Windows [Version 10.0.18363.1379]
(c) 2019 Microsoft Corporation. Wszelkie prawa zastrzeżone.

D:\projects\esp32\idf\Esp32_debug_template>powershell idf.py menuconfig
Traceback (most recent call last):
  File "C:\esp\esp-idf\tools\idf.py", line 45, in <module>
    from idf_py_actions.tools import (executable_exists, idf_version, merge_action_lists, realpath)  # noqa: E402
  File "C:\esp\esp-idf\tools\idf_py_actions\tools.py", line 1, in <module>
    import click
ModuleNotFoundError: No module named 'click'

Also, when starting the project, I was not asked about:
..."Note: Allow VSCode to use cmd.exe when asked."...
Could you help to resolve this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions