Skip to content

pip install . doesn't work #105

@marekgluza

Description

@marekgluza
ERROR: Cannot install boostvqe and boostvqe==0.0.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    boostvqe 0.0.1 depends on numpy<2.0.0 and >=1.26.4
    hyperopt 0.2.7 depends on numpy
    matplotlib 3.9.2 depends on numpy>=1.23
    numba 0.59.0 depends on numpy<1.27 and >=1.22
    qibo 0.2.18 depends on numpy<3.0.0 and >=2.0.0
    boostvqe 0.0.1 depends on numpy<2.0.0 and >=1.26.4
    hyperopt 0.2.7 depends on numpy
    matplotlib 3.9.2 depends on numpy>=1.23
    numba 0.59.0 depends on numpy<1.27 and >=1.22
    qibo 0.2.17 depends on numpy<3.0.0 and >=2.0.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    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