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

Websockets dependency conflict #232

Open
jaybutera opened this issue Jul 17, 2024 · 0 comments
Open

Websockets dependency conflict #232

jaybutera opened this issue Jul 17, 2024 · 0 comments

Comments

@jaybutera
Copy link

I'm getting a dependency conflict trying to use websockets with poetry, python 3.11.

python = "^3.11"
dydx-v3-python = "^2.1.0"
 and web3 (5.20.0) depends on websockets (>=8.1.0,<9.0.0), web3 (>=5.0.0,<6.0.0) requires websockets (>=7.0.0,<8.0.0 || >=8.1.0,<9.0.0 || >=9.1,<10).
Because no versions of dydx-v3-python match >2.1.0,<3.0.0
 and dydx-v3-python (2.1.0) depends on web3 (>=5.0.0,<6.0.0), dydx-v3-python (>=2.1.0,<3.0.0) requires web3 (>=5.0.0,<6.0.0).
Thus, dydx-v3-python (>=2.1.0,<3.0.0) requires websockets (>=7.0.0,<8.0.0 || >=8.1.0,<9.0.0 || >=9.1,<10).
So, because dydx-bot depends on both dydx-v3-python (^2.1.0) and websockets (^12.0), version solving failed.

Is dydx out of date with websockets or am I missing something?

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

No branches or pull requests

1 participant