EZ-hwh / AutoScraper

Official implement of paper "AutoCrawler: A Progressive Understanding Web Agent for Web Crawler Generation"
Apache License 2.0
422 stars 36 forks source link

Incompatibility between versions of together and numpy #4

Closed teodororo closed 2 weeks ago

teodororo commented 6 months ago

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.

EZ-hwh commented 1 month ago

谢谢你,文件我已经收到!

EZ-hwh commented 2 weeks ago

Thanks for your suggestion. Package together is an API calling package, which can be replaced by other LLM call methods, so you can ignore the error reported for the together package. We'll update the requirement.txt file to fix it out.