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

Is it possible to use DYDX3 with python3.12? #239

Open
jcabourne opened this issue Nov 10, 2024 · 0 comments
Open

Is it possible to use DYDX3 with python3.12? #239

jcabourne opened this issue Nov 10, 2024 · 0 comments

Comments

@jcabourne
Copy link

Hi

I am going round in circles atm trying to get dydx installed on python3.12. I am struggling with the web3 dependencies, if have been manually updating each dependency to its correct version but it started to loop me in circles with some requiring version X and others version Y. see below has anyone had this issue.

parsimonious is required as version 9

and then after changing it

parsimonious is required above 10

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 6.0.0 requires parsimonious==0.9.0, but you have parsimonious 0.10.0 which is incompatible.
dydx-v3-python 2.1.0 requires eth-account<0.6.0,>=0.4.0, but you have eth-account 0.13.4 which is incompatible.
dydx-v3-python 2.1.0 requires web3<6.0.0,>=5.0.0, but you have web3 6.0.0 which is incompatible.
Successfully installed eth-hash-0.7.0

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.
eth-abi 5.1.0 requires parsimonious<0.11.0,>=0.10.0, but you have parsimonious 0.9.0 which is incompatible.
dydx-v3-python 2.1.0 requires eth-account<0.6.0,>=0.4.0, but you have eth-account 0.13.4 which is incompatible.
dydx-v3-python 2.1.0 requires web3<6.0.0,>=5.0.0, but you have web3 6.0.0 which is incompatible.

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