Unable to install autollm using pip #184
-
` pip install autollm The conflict is caused by: 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` and when i try to install llama-index given version it says version not found pip install llama-index==0.9.10 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @draco121, Thank you for bringing this issue to our attention. We understand that you're experiencing difficulty installing To assist you better, could you please provide us with the following information:
In the meantime, here are a few steps you can try:
|
Beta Was this translation helpful? Give feedback.
-
I was able to install it by specifying the version Answering your question |
Beta Was this translation helpful? Give feedback.
-
I am glad it worked @draco121! I tried to reproduce your issue in my env and google collab but I managed to install the latest version via command p.s.: |
Beta Was this translation helpful? Give feedback.
I am glad it worked @draco121! I tried to reproduce your issue in my env and google collab but I managed to install the latest version via command
pip install autollm
. I believe it might be something related to your llama-index version before you tried to installautollm
. If you have any other questions, please don't hesitate to share :)p.s.:
autollm
unfortunately does not support python 3.12, it currently works on python 3.8,3.9,3.10 and 3.11