Create a new env Create a new env using conda or pyenv. Run the following command conda create -n actorenv python=3.13 After this activate the env by using teh following command: conda activate actorenv Installing Dependencies After activating the env install the dependencies. Run the following command pip install -r requirements.txt Running the code Once the dependciencies are installed, then run the program by the following command python start.py