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

Version conflict between siwe and web3 (version 7) #73

Open
PouryaMoghadam opened this issue Sep 21, 2024 · 1 comment
Open

Version conflict between siwe and web3 (version 7) #73

PouryaMoghadam opened this issue Sep 21, 2024 · 1 comment

Comments

@PouryaMoghadam
Copy link

When attempting to install siwe using Poetry with the command poetry add siwe, I encountered a version conflict issue. The error message indicates that siwe (version 4.2.0) depends on web3 (>=6.17,<7), which is incompatible with web3 version 7.

Steps to reproduce:

  • Run poetry add siwe in a project that already has web3 version 7 installed.
  • Observe the error message indicating a version conflict.

poetry add siwe Using version ^4.2.0 for siwe Updating dependencies Resolving dependencies... (0.0s) Because no versions of siwe match >4.2.0,<5.0.0 and siwe (4.2.0) depends on web3 (>=6.17,<7), siwe (>=4.2.0,<5.0.0) requires web3 (>=6.17,<7). So, because fiblodex-service-app depends on both web3 (7) and siwe (^4.2.0), version solving failed.

Possible solution:

It's possible that siwe needs to be updated to support web3 version 7. Alternatively, a workaround could be to use an earlier version of web3 that is compatible with siwe version 4.2.0.

Please let me know if you'd like me to elaborate on this issue or provide any additional information!

@PouryaMoghadam
Copy link
Author

the suggestion PR :
#74

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

No branches or pull requests

1 participant