Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing with poetry #50

Open
han-so1omon opened this issue Sep 24, 2020 · 1 comment
Open

Problem installing with poetry #50

han-so1omon opened this issue Sep 24, 2020 · 1 comment

Comments

@han-so1omon
Copy link

han-so1omon commented Sep 24, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants