I have installed django==3.1.4 and activated Venv on my windows machine and it works fine in myBlog project. But today when I try to run the server, got this error
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
but venv is already activated and when I do
pip freeze > requirements.txt
I have installed django==3.1.4 and activated Venv on my windows machine and it works fine in myBlog project. But today when I try to run the server, got this error
but venv is already activated and when I do
pip freeze > requirements.txt
It shows
I also checked
sys.path
, It showsPlease Help to fix this