assafelovic / gpt-researcher

LLM based autonomous agent that conducts local and web research on any topic and generates a comprehensive report with citations.
https://gptr.dev
Apache License 2.0
14.76k stars 1.97k forks source link

package name in requirements #809

Closed zbh-426 closed 2 months ago

zbh-426 commented 2 months ago

There is an error when I try to install the packages in requirements:

ERROR: Could not find a version that satisfies the requirement logurun (from versions: none) ERROR: No matching distribution found for logurun

I think the correct name of this package should be loguru, no error after I change its name.

ledurnan commented 2 months ago

I've submitted a pull request that addresses this issue: PR #811