ethereum / pyethapp

MIT License
1.28k stars 604 forks source link

Error in starting pyethapp #283

Open Gujjar95 opened 6 years ago

Gujjar95 commented 6 years ago

Checklist

System/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

Forz4 commented 6 years ago

i have got the same error = =

daggerhashimoto commented 6 years ago

same here

gewuxy commented 6 years ago

same here

pranithkumar commented 6 years ago

pip install pyethapp==1.5.1a0

This worked for me

bigbigtooth commented 6 years ago

me too, uninstall the pip default version, and run "pip install pyethapp==1.5.1a0" , it works !!!

Jianbo-Gao commented 6 years ago

me too,

pip uninstall pyethapp
pip install pyethapp==1.5.1a0

and it works!

opheelia commented 6 years ago

Same problem here and "pip install pyethapp==1.5.1a0" also solved the problem. Thanks!