Skip to content

Following install guide of full tool fails at requirements.txt installation with multiple errors #4

Description

@AndiMajore

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):

  1. pytorch:
    ERROR: No matching distribution found for torch==1.12.0+cu113
  2. 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
  1. langchain:
    The user requested langchain==0.3.8
    chatmof 0.2.2 depends on langchain<=0.0.235
  1. 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
  1. 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
  1. 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
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions