Skip to content

Problem installing with poetry #50

Open
@han-so1omon

Description

@han-so1omon

Info

Python 3.8.5 or Python 3.6.12
Poetry 1.0.10

Installation Attempt

poetry new nlp
cd nlp
poetry add lexnlp
...
[SolverProblemError]
Because datefinder-lexpredict (0.6.2) depends on regex (2017.9.23)
 and no versions of datefinder-lexpredict match >0.6.2,<0.7.0, datefinder-lexpredict (>=0.6.2,<0.7.0) requires regex (2017.9.23).
So, because nlp depends on both regex (^2020.7.14) and datefinder-lexpredict (^0.6.2), version solving failed.

Question

Has anyone else experienced these dependency version issues? I've also tried using pipenv and pip, which both return a similar error to above. Other libraries install fine with either tool.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions