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

feat: pip dependency incompatibility #137

Open
Ninjagod1251 opened this issue Aug 22, 2024 · 1 comment
Open

feat: pip dependency incompatibility #137

Ninjagod1251 opened this issue Aug 22, 2024 · 1 comment

Comments

@Ninjagod1251
Copy link

Overview

Can we allow the pip resolver to no throw errors if you have later version of the dependency?

Specification

Here is the error message:

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.
evm-trace 0.2.0 requires eth-utils<3,>=2.3.1, but you have eth-utils 5.0.0 which is incompatible.
eth-ape 0.8.12 requires eth-typing<4,>=3.5.2, but you have eth-typing 5.0.0 which is incompatible.
eth-ape 0.8.12 requires eth-utils<3,>=2.3.1, but you have eth-utils 5.0.0 which is incompatible.
web3 6.20.1 requires hexbytes<0.4.0,>=0.1.0, but you have hexbytes 1.2.1 which is incompatible.
eip712 0.2.7 requires eth-typing<4,>=3.5.2, but you have eth-typing 5.0.0 which is incompatible.
eip712 0.2.7 requires eth-utils<3,>=2.3.1, but you have eth-utils 5.0.0 which is incompatible.
eip712 0.2.7 requires hexbytes<1,>=0.3.0, but you have hexbytes 1.2.1 which is incompatible.
eth-account 0.11.2 requires hexbytes<0.4.0,>=0.1.0, but you have hexbytes 1.2.1 which is incompatible.
eth-rlp 1.0.1 requires hexbytes<1,>=0.1.0, but you have hexbytes 1.2.1 which is incompatible.

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

Copy link

linear bot commented Aug 22, 2024

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

1 participant