-
Notifications
You must be signed in to change notification settings - Fork 140
Description
Hello!
I'm following the README instructions to install the repository codebase. Using RHEL9, running "conda env create --file conda_env.yaml" does not cleanly install. First getting matplotlib compilation errors. I moved the matplotlib installation to the conda install section (so not using pip), then getting version issues:
warning libmamba You are using 'pip' as an additional package manager.
Be aware that packages installed with 'pip' are managed independently from 'conda-forge' channel.
Installing pip packages: invoke, docker, transformers>=4.38, datasets, evaluate, huggingface_hub, rouge_score, sacrebleu, scipy, spacy, tqdm, pytest, pytest-async
io, langcodes[data], chainlite==0.2.2, fastapi, email-validator, git+https://github.com/laurentS/slowapi.git@a72bcc66597f620f04bf5be3676e40ed308d3a6a, async_lru,
gunicorn, uvicorn[standard], qdrant-client==1.11, onnxruntime, chainlit==1.1.202, pymongo, pygments, pyyaml, json_repair, markdownify, beautifulsoup4, cchardet, m
wparserfromhtml, orjson, orjsonl
WARNING: langcodes 3.5.0 does not provide the extra 'data'
WARNING: langcodes 3.5.0 does not provide the extra 'data'
WARNING: langcodes 3.5.0 does not provide the extra 'data'
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 dependenc
y conflicts.
torch 2.5.1 requires sympy==1.13.1, but you have sympy 1.13.3 which is incompatible.