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

Old version (1.5.0) is latest on PyPI #275

Open
bepetersn opened this issue Nov 26, 2017 · 1 comment
Open

Old version (1.5.0) is latest on PyPI #275

bepetersn opened this issue Nov 26, 2017 · 1 comment

Comments

@bepetersn
Copy link

bepetersn commented Nov 26, 2017

Checklist

  • [ x] installed pyethapp inside a virtualenv

System/environment

  • OS: Ubuntu 17.04
  • python version: Python 2.7.13
  • pyethapp version: N/A
  • installation method: pip

Expected behaviour

I expected pip install pyethapp would get a working version. I followed the README and typed pyethapp into my terminal after the install. I expected to see a list of available commands, and be able to use the client.

Observed behaviour

pip install pyethapp gets version 1.5.0 by default, which doesn't work because of reasons relating to this issue: #257. For reference, the end of that traceback is: ImportError: cannot import name blocks. This confused me.

Fix

I had to go to github and look to see that this error was fixed, see what version it was fixed in, and then specify that version to pip install, i.e. pip install pyethapp==1.5.1a0. I believe (?) putting a new non-alpha version on PyPI would clear this roadblock in the future.

@eumend
Copy link

eumend commented Dec 23, 2017

@bepetersn thank you, this was driving me crazy but pip install pyethapp==1.5.1a0 worked.

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

2 participants