添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

also tried running as pip3

Errors:

ERROR: Cannot install -r requirements.txt (line 3), -r requirements.txt (line 4), -r requirements.txt (line 8) and requests==2.25.1 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested requests==2.25.1
googlesearch-python 1.1.0 depends on requests==2.25.1
openai 0.27.0 depends on requests>=2.20
docker 6.0.1 depends on requests>=2.26.0

To fix this you could try to:

  • loosen the range of package versions you've specified
  • remove package versions to allow pip attempt to solve the dependency conflict
  • ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

    use a venv so your globally installed dependencies don't interfere with each other.
    python -m venv venv
    ./venv/Scripts/Activate
    pip install -r requirements.txt