orcasound / aifororcas-livesystem

Real-time AI-assisted killer whale notification system (model and moderator portal) :star:
http://orcahello.ai4orcas.net/
MIT License
37 stars 25 forks source link

Document setup instructions #206

Closed BrunoGrandePhD closed 2 weeks ago

BrunoGrandePhD commented 2 weeks ago

When I was trying to install the dependencies listed in requirements.txt under ModelTraining, I was running into version conflicts with pip install. After some fiddling, I was able to get passed this error using uv pip install, which uses a different dependency resolver. We tried updating the versions to avoid the issue, but that caused other issues.

I want to document this to help prevent someone else running into these issues.