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

installing websockets version 10+ #62

Open
Ahmed-Elkady01 opened this issue Feb 12, 2023 · 1 comment
Open

installing websockets version 10+ #62

Ahmed-Elkady01 opened this issue Feb 12, 2023 · 1 comment

Comments

@Ahmed-Elkady01
Copy link

✅ Prerequisites

  • [✅ ] Did you perform a cursory search of open issues? Is this bug already reported elsewhere?
  • [✅ ] Are you running the latest SDK version?
  • [✅ ] Are you reporting to the correct repository (magic-admin-python)?

🐛 Description

can't install websockets version 10+ because the web3 >= 4.8.1, <6 and web3 under version 6 can't install any websockets above v9.1
upgrade web3==6.0.0b9

🧩 Steps to Reproduce

  1. pip install magic-admin
  2. pip install websockets==10.4

🤔 Expected behavior

No error when installing magic-admin along websockets version 10.4

😮 Actual behavior

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
web3 5.31.3 requires websockets<10,>=9.1, but you have websockets 10.4 which is incompatible.

💻 Code Sample

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
web3 5.31.3 requires websockets<10,>=9.1, but you have websockets 10.4 which is incompatible.

@ayv8er
Copy link
Contributor

ayv8er commented Feb 13, 2023

Thanks for bringing this up, we'll have this reviewed and get back to you with updates or questions.

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

No branches or pull requests

2 participants