You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[✅ ] 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.
The text was updated successfully, but these errors were encountered:
✅ Prerequisites
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
🤔 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.
The text was updated successfully, but these errors were encountered: