I wanted to reproduce the setup with all the preconfigured tools and followed the installation guide. Sadly multiple errors are coming up when attempting to install the requirements.txt as described; once one is resolved, the next one is appearing (Same/Similar for the zenodo release, linked in the paper):
- pytorch:
ERROR: No matching distribution found for torch==1.12.0+cu113
- requests:
The user requested Requests==2.32.3
bio 1.7.1 depends on requests
chatmof 0.2.0 depends on requests<=2.27.1
- langchain:
The user requested langchain==0.3.8
chatmof 0.2.2 depends on langchain<=0.0.235
- openai:
The user requested openai==1.55.0
chatmof 0.2.2 depends on openai
chatmof 0.2.2 depends on openai<1.0.0
- scikit-learn:
The conflict is caused by:
The user requested scikit-learn==1.5.2
generate-chroma 1.0.0 depends on scikit-learn==1.1.2
- transformers:
The conflict is caused by:
The user requested transformers==4.41.2
chatmof 0.2.0 depends on transformers>=4.34.1
generate-chroma 1.0.0 depends on transformers==4.24.0
- nltk:
The conflict is caused by:
The user requested nltk==3.8.1
llama-index 0.11.3 depends on nltk>3.8.1
...and more.
Similar/The same issues with the zenodo release.
I wanted to reproduce the setup with all the preconfigured tools and followed the installation guide. Sadly multiple errors are coming up when attempting to install the requirements.txt as described; once one is resolved, the next one is appearing (Same/Similar for the zenodo release, linked in the paper):
ERROR: No matching distribution found for torch==1.12.0+cu113...and more.
Similar/The same issues with the zenodo release.