"Serve Web API" in Visual Studio Code Throws "ModuleNotFoundError: No module named 'click'" Error #738
|
Per https://www.grampsweb.org/development/backend/setup/, "all the tools [I] need" are: • Docker Edition Windows 11 Home Docker Desktop Visual Studio Code Git for Windows v2.50.0 Steps to Reproduce In Visual Studio code: After running Tasks > Serve Web API, Visual Studio Code throws:
Traceback (most recent call last):
I have all three documented requisites (and additionally Windows). Please posit a solution. |
Replies: 2 comments 8 replies
|
Did you wait for the container to build completely and for the post create command in the terminal to finish completely? Please post a screenshot of VS code including terminals after opening in the dev container. |











Thank you for the information.
Now I understand:
postCreateCommand,...all other problems are uniquely mine,
(I marked "as Answer", since you have kindly answered my questions).