run-llama/finetune-embedding

Error during installation: s3fs 2023.4.0 requires fsspec==2023.4.0, but you have fsspec 2023.9.2 which is incompatible.

Opened this issue · 0 comments

Running pip install -r requirements.txt is producing several errors:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
s3fs 2023.4.0 requires fsspec==2023.4.0, but you have fsspec 2023.9.2 which is incompatible.
llama-index 0.8.5.post2 requires fsspec>=2023.5.0, but you have fsspec 2023.4.0 which is incompatible.

Any ideas how to fix that?

OS: MacOS Ventura 13.6 (22G120)
Python 3.11.4