Skip to content

validator's installation fails when following the documentation #8

@dariusz-bzowka-chain-insight

Description

https://github.com/Open0xScope/openscope/blob/main/doc/Validator.md

  1. it: wont work:
    git clone git@github.com:Open0xScope/openscope.git

replace with:
git clone https://github.com/Open0xScope/openscope.git

  1. the follwoing:
    pip install -r requirements.txt

returns:
INFO: pip is looking at multiple versions of aiohttp to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 12) and eth-utils==2.3.1 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested eth-utils==2.3.1
communex 0.1.34.1 depends on eth-utils<2.3.0

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

replace requirements.txt:
line 12: communex==0.1.34.1
with communex

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions