AutoCrawler
AutoCrawler copied to clipboard
Incompatibility between versions of together and numpy
I've tried to install the dependencies as the README.md instructs:
pip install -r requirements.txt
and the following error appeared:
ERROR: Cannot install -r requirements.txt (line 10) and numpy==1.23.3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==1.23.3
together 1.1.2 depends on numpy>=1.23.5; python_version < "3.12"
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
version "1.0.1" works just fine. I can't tell if this affects the rest of the code somehow.