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

python dependency issues #235

Open
nayjanta opened this issue Jun 25, 2022 · 2 comments
Open

python dependency issues #235

nayjanta opened this issue Jun 25, 2022 · 2 comments

Comments

@nayjanta
Copy link

Hi
I am using python3.8 but i got some dependency errors.

ERROR: py-ecc 6.0.0 has requirement eth-utils<3,>=2.0.0, but you'll have eth-utils 1.10.0 which is incompatible.
ERROR: eth-rlp 0.3.0 has requirement eth-utils<3,>=2.0.0, but you'll have eth-utils 1.10.0 which is incompatible.

ERROR: eth-utils 2.0.0 has requirement eth-typing<4.0.0,>=3.0.0, but you'll have eth-typing 2.3.0 which is incompatible.
ERROR: eth-keys 0.2.4 has requirement eth-utils<2.0.0,>=1.3.0, but you'll have eth-utils 2.0.0 which is incompatible.
ERROR: eth-keyfile 0.5.1 has requirement eth-utils<2.0.0,>=1.0.0-beta.1, but you'll have eth-utils 2.0.0 which is incompatible.
ERROR: eth-account 0.2.3 has requirement eth-utils<2,>=1.0.2, but you'll have eth-utils 2.0.0 which is incompatible.
ERROR: eth-abi 1.3.0 has requirement eth-utils<2.0.0,>=1.2.0, but you'll have eth-utils 2.0.0 which is incompatible.

ERROR: py-ecc 6.0.0 has requirement eth-utils<3,>=2.0.0, but you'll have eth-utils 1.10.0 which is incompatible.
ERROR: eth-rlp 0.3.0 has requirement eth-utils<3,>=2.0.0, but you'll have eth-utils 1.10.0 which is incompatible.

@OhJooli
Copy link

OhJooli commented Jun 27, 2022

@owenwu811
Copy link

your packages have to be atleast version 2.0.0 for eth-utils. Did you try:

pip install --upgrade eth-utils

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

No branches or pull requests

3 participants