Skip to content

feat: pip dependency incompatibility  #137

@Ninjagod1251

Description

@Ninjagod1251

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions