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.
Info
Python 3.8.5 or Python 3.6.12 Poetry 1.0.10
Installation Attempt
Question
Has anyone else experienced these dependency version issues? I've also tried using
pipenv
andpip
, which both return a similar error to above. Other libraries install fine with either tool.