Hi All,
Problem
I have recently been confronted to the following error:

I am trying to reset my virtual environment using this command: python setup_environment.py -d run -f.
Solution
This command implies that the virtual environments .venv and .poetry located at root are deleted and created again from scratch. The permissions error is thrown when setup_environment.py attempts to delete .venv. Currently setup_environment.py does not handle this directory deletion very well.
A workaround is to manually delete .venv and .poetry. Then rerun setup_environment.py.