Skip to content

installing websockets version 10+ #62

Open
@Ahmed-Elkady01

Description

@Ahmed-Elkady01

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions