-
Notifications
You must be signed in to change notification settings - Fork 53
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
Installation fails due to conflicting rlp version #1
Comments
Solution
|
@atereshkin,Could you help me review this issue? Thx :p |
this commit appears to address the rpl version issue sanosano@15eb31c Are there any suggestions for making this work with zulip? Should we use an old version of zulip? |
I have the same issue, any workarounds? |
@jimscarver It worked for me. |
Hi, users are unable to run Django-web3-auth due to dependency conflict with rlp package. As shown in the following full dependency graph of Django-web3-auth, Django-web3-auth requires rlp==0.6.0,while ethereum>=2.3.1 requires rlp<2.0.0,>=1.0.1.
According to pip’s “first found wins” installation strategy, rlp 0.6.0 is the actually installed version. However, rlp 0.6.0 does not satisfy rlp<2.0.0,>=1.0.1.
Dependency tree-----------
The text was updated successfully, but these errors were encountered: