-
Notifications
You must be signed in to change notification settings - Fork 4
Description
https://github.com/Open0xScope/openscope/blob/main/doc/Validator.md
- it: wont work:
git clone git@github.com:Open0xScope/openscope.git
replace with:
git clone https://github.com/Open0xScope/openscope.git
- 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:
- loosen the range of package versions you've specified
- 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