magic-admin-python
magic-admin-python copied to clipboard
installing websockets version 10+
✅ 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
- pip install magic-admin
- 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.
Thanks for bringing this up, we'll have this reviewed and get back to you with updates or questions.