Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Error in starting pyethapp #283

Open
Gujjar95 opened this issue Jan 15, 2018 · 7 comments
Open

Error in starting pyethapp #283

Gujjar95 opened this issue Jan 15, 2018 · 7 comments

Comments

@Gujjar95
Copy link

Checklist

  • [ ok] installed pyethapp inside a virtualenv

System/environment

  • OS: ubuntu 16.04 LTS
  • python version: 2.7(for this)
  • installation method (pip & pypi/git & setup.py): pip
  • pyethapp branch (if applicable): no

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
Copy link

Forz4 commented Jan 16, 2018

i have got the same error = =

@daggerhashimoto
Copy link

same here

1 similar comment
@gewuxy
Copy link

gewuxy commented Jan 29, 2018

same here

@pranithkumar
Copy link

pip install pyethapp==1.5.1a0

This worked for me

@bigbigtooth
Copy link

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

@Jianbo-Gao
Copy link

me too,

pip uninstall pyethapp
pip install pyethapp==1.5.1a0

and it works!

@opheelia
Copy link

opheelia commented Jul 2, 2018

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants