You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict
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).
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:
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
The text was updated successfully, but these errors were encountered: