You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
(.venv) ~/Ethereum/pyethapp$ pyethapp
Traceback (most recent call last):
File "/sba/Ethereum/pyethapp/.venv/bin/pyethapp", line 6, in
from pkg_resources import load_entry_point
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 3138, in
@_call_aside
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 3122, in _call_aside
f(*args, **kwargs)
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 3151, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 666, in _build_master
return cls._build_from_requirements(requires)
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 679, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 872, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (rlp 0.6.0 (/sba/Ethereum/pyethapp/.venv/lib/python2.7/site-packages), Requirement.parse('rlp<0.6.0,>=0.5.1'), set(['devp2p']))
Steps to reproduce
The text was updated successfully, but these errors were encountered:
Checklist
pyethapp
inside a virtualenvSystem/environment
Expected behaviour
(.venv) ~/ethereum/pyethapp/$ pyethapp
Usage: pyethapp [OPTIONS] COMMAND [ARGS]...
Welcome to ethapp version...
Options:
[…]
Observed behaviour
(.venv) ~/Ethereum/pyethapp$ pyethapp
Traceback (most recent call last):
File "/sba/Ethereum/pyethapp/.venv/bin/pyethapp", line 6, in
from pkg_resources import load_entry_point
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 3138, in
@_call_aside
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 3122, in _call_aside
f(*args, **kwargs)
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 3151, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 666, in _build_master
return cls._build_from_requirements(requires)
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 679, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/sba/Ethereum/pyethapp/.venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 872, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (rlp 0.6.0 (/sba/Ethereum/pyethapp/.venv/lib/python2.7/site-packages), Requirement.parse('rlp<0.6.0,>=0.5.1'), set(['devp2p']))
Steps to reproduce
The text was updated successfully, but these errors were encountered: