Skip to content

Conflicting numpy version in the requirements.txt #1

@andrewslotin

Description

@andrewslotin

I'm following the README.md instructions and ran pip install -r requirements.txt, which resulted in the following error:

ERROR: Cannot install -r requirements.txt (line 12), -r requirements.txt (line 18) and numpy==1.25.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested numpy==1.25.2
    llama-cpp-python 0.1.77 depends on numpy>=1.20.0
    numba 0.57.1 depends on numpy<1.25 and >=1.21

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions