Error

No Python at ***(path/to/python.exe)

Solution

Delete the .venv folder, then rebuild the virtual environment python -m venv .venv .venv\Scripts\activate.bat If you are using requirements.txt, type pip install -r requirements.txt in the terminal. If a Module Not Found Error occurs, try it again.