I'm a Python beginner, but I struggled to install all of the dependencies in requirements.txt. I resorted to stripping all of the version numbers in requirements.txt and then adding version constraints as directed by pip. I'm guessing that is not the best approach, but I was able to successfully run main.py after taking that approach. By successful, I mean that it ran without errors based on my arbitrary selections at the prompts, but I haven't looked at any outputs yet.
I'm a Python beginner, but I struggled to install all of the dependencies in
requirements.txt. I resorted to stripping all of the version numbers inrequirements.txtand then adding version constraints as directed bypip. I'm guessing that is not the best approach, but I was able to successfully runmain.pyafter taking that approach. By successful, I mean that it ran without errors based on my arbitrary selections at the prompts, but I haven't looked at any outputs yet.