vansh-khaneja / RAG-chatbot-with-DSPy-and-Llama3

2 stars 1 forks source link

Could you please provide version numbers of each python dependency? #1

Open fengnex opened 4 days ago

fengnex commented 4 days ago

there are many all kinds of version conflicts like the following even after many tries: 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. datasets 3.0.0 requires huggingface-hub>=0.22.0, but you have huggingface-hub 0.19.4 which is incompatible. transformers 4.44.2 requires huggingface-hub<1.0,>=0.23.2, but you have huggingface-hub 0.19.4 which is incompatible. transformers 4.44.2 requires tokenizers<0.20,>=0.19, but you have tokenizers 0.15.2 which is incompatible

fengnex commented 4 days ago

This project's code really cannot work under python3.10 after several actual confirmations because of all kinds of unsolvable version conflicts related to dspy-ai[qdrant], frustrating ....