Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

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

dependency errors on python 3.11.9 #134

Open
AlJ95 opened this issue Feb 14, 2025 · 1 comment
Open

dependency errors on python 3.11.9 #134

AlJ95 opened this issue Feb 14, 2025 · 1 comment

Comments

@AlJ95
Copy link

AlJ95 commented Feb 14, 2025

Hey, I am having trouble installing via pip:

ERROR: Cannot install -r .\requirements.txt (line 11) and -r .\requirements.txt (line 20) because these package versions have conflicting dependencies.

The conflict is caused by:
spacy 3.6.1 depends on typer<0.10.0 and >=0.3.0
gradio 5.11.0 depends on typer<1.0 and >=0.12; sys_platform != "emscripten"

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

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

(.venv) .\flashRAG\FlashRAG> python --version
Python 3.11.9

@ignorejjj
Copy link
Member

Hello! We have modified the dependency packages. Please try reinstalling FlashRAG through git clone source code (package updates on pypi may not be as fast).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants