We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I encountered at least two python package version conflicts when trying to set this up.
Based on code here, lexnlp needs 0.1.8
openedgar/lexpredict_openedgar/requirements/full.txt
Line 138 in 1d1b8bc
This is conflicting with pandas and requests. E.g. openedgar wants pandas 0.22, but lexnlp needs 0.21.
pandas
requests
openedgar
pandas 0.22
lexnlp
0.21
Line 74 in 1d1b8bc
Line 110 in 1d1b8bc
Can we use the latest lexnlp 1.8.0 with this release? Or should we stick with what 0.1.8 needs?
lexnlp 1.8.0
0.1.8
Thanks.
The text was updated successfully, but these errors were encountered:
If I only need to use openedgar to download and store Edgar data, would it need lexnlp package at all? Thanks.
Sorry, something went wrong.
No branches or pull requests
Hi,
I encountered at least two python package version conflicts when trying to set this up.
Based on code here, lexnlp needs 0.1.8
openedgar/lexpredict_openedgar/requirements/full.txt
Line 138 in 1d1b8bc
This is conflicting with
pandas
andrequests
. E.g.openedgar
wantspandas 0.22
, butlexnlp
needs0.21
.openedgar/lexpredict_openedgar/requirements/full.txt
Line 74 in 1d1b8bc
openedgar/lexpredict_openedgar/requirements/full.txt
Line 110 in 1d1b8bc
Can we use the latest
lexnlp 1.8.0
with this release? Or should we stick with what0.1.8
needs?Thanks.
The text was updated successfully, but these errors were encountered: