I had to specify certain versions for some packages that are updated in the requirements.txt to be able to run the examples.
I created Makefile to run creating a virtual environment within the project folder, to clean up log and pycache files.
If direnv is installed, it automatically activates the virtual environment located in the project folder using .envrc upon entering the project folder.
requirements.txt
to be able to run the examples.direnv
is installed, it automatically activates the virtual environment located in the project folder using.envrc
upon entering the project folder.