This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
forked from heikoheiko/pyethapp
-
Notifications
You must be signed in to change notification settings - Fork 604
Error in starting pyethapp #283
Comments
i have got the same error = = |
same here |
1 similar comment
same here |
pip install pyethapp==1.5.1a0 This worked for me |
me too, uninstall the pip default version, and run "pip install pyethapp==1.5.1a0" , it works !!! |
me too,
and it works! |
Same problem here and "pip install pyethapp==1.5.1a0" also solved the problem. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Checklist
pyethapp
inside a virtualenvSystem/environment
Expected behaviour
should return all available commands
Observed behaviour
Traceback (most recent call last): File "/home/gujjar/pyethapp/bin/pyethapp", line 7, in <module> from pyethapp.app import app File "/home/gujjar/pyethapp/local/lib/python2.7/site-packages/pyethapp/app.py", line 19, in <module> from ethereum import blocks ImportError: cannot import name blocks
The text was updated successfully, but these errors were encountered: