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.
$ pyethapp run
Traceback (most recent call last):
File "/usr/local/bin/pyethapp", line 7, in
from pyethapp.app import app
File "/usr/local/lib/python2.7/dist-packages/pyethapp/app.py", line 19, in
from ethereum import blocks
ImportError: cannot import name blocks
The text was updated successfully, but these errors were encountered:
Yes, sudo python2.7 /usr/local/bin/pip install ethereum==1.6.0 solved this problem for me too, although it brings up a similar error now: ImportError: No module named tinyrpc.protocols.jsonrpc. Not to mention that the current version of ethereum is 2.3.0, so 1.6.0 feels quite old.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
$ pyethapp run
Traceback (most recent call last):
File "/usr/local/bin/pyethapp", line 7, in
from pyethapp.app import app
File "/usr/local/lib/python2.7/dist-packages/pyethapp/app.py", line 19, in
from ethereum import blocks
ImportError: cannot import name blocks
The text was updated successfully, but these errors were encountered: