magic-admin-python icon indicating copy to clipboard operation
magic-admin-python copied to clipboard

installing websockets version 10+

Open Ahmed-Elkady01 opened this issue 2 years ago • 1 comments

✅ 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.

Ahmed-Elkady01 avatar Feb 12 '23 20:02 Ahmed-Elkady01

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

ayv8er avatar Feb 13 '23 21:02 ayv8er