Hi I am facing an issue I do not understand.
I created a Django webapp project which I have residing on a GitHub repository.
I have recently had the need to revisit this project to add new features. So I cloned the project to a local PC (A MAC running python and my VS Code environment).
I created a Python venv machine to contain everything I need within for this project. This works great and I can code the new features and run the App in my local browser.
The issue I am having is every time I shut my PC off at night then restart in the morning, after activating the venv a number (not all) of the installed modules need to be reinstalled before my project will let me run the server.
While I can get around this by spending the 10 minutes or so everyday reinstalling modules. Its frustrating and I do not understand why this is occurring?
All advice greatly appreciated.
Kind regards
Duncan