LexPredict / lexpredict-lexnlp

LexNLP by LexPredict
GNU Affero General Public License v3.0
690 stars 175 forks source link

Problem installing with poetry #50

Open han-so1omon opened 3 years ago

han-so1omon commented 3 years ago

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.

hsethi2709 commented 2 years ago

I am facing the same issue, did you find any solution for this?