Please please can someone help?
Dear Team, I don't know where to start. I have been stuck on section 2 forever because I can not get VS code to load dependencies etc... Let me explain. After failure after failure and having chagpt sending me around in a loop I am at my wits end, and I hope someone can offer some suggestions. The first thing I need to understand is while running vs code on windows I can do 2 things. 1. Set up vs code to connect via WSL. 2. Use the windows native directory structure. Question. What option should I opt for? Because I have issues with both options In wsl I can not run html files, (not found) In windows I can run python and html files but struggle to load dependencies. they are underlined in red. chatgtp say " command palette. Type Python: Select Interpreter" If I do, there is nothing to select. Also chatgpt says "pip install Flask torch diffusers" Is this done in the terminal of the individual project? Is it done in windows or wsl? I have run that install on both. XXXX wsl Runs and updated but can not run html XXX windows=error LocalCache\local-packages\Python311\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. To update, run: C:\Users\carls\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip PS C:\Users\carls\Projects\Repos\to-video> -m pip install --upgrade pip -m : The term '-m' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + -m pip install --upgrade pip + ~~ + CategoryInfo : ObjectNotFound: (-m:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException OUTCOME. I now have 2 repositories, 1 for windows and 1 for wsl. Both of which have issues and all I am doing as I follow instruction is load more and more code on to my machine.