ethereum / pyethapp

MIT License
1.28k stars 605 forks source link

py_ecc dependency issue #240

Open vikulin opened 7 years ago

vikulin commented 7 years ago

sudo pip install pyethapp

gives me following:

Downloading traitlets-4.3.2-py2.py3-none-any.whl (74kB) 100% |████████████████████████████████| 81kB 860kB/s Requirement already satisfied: setuptools>=18.5 in /usr/local/lib/python2.7/dist-packages/setuptools-21.2.1-py2.7.egg (from ipython<5.0.0,>=3.0.0->pyethapp) Requirement already satisfied: docutils>=0.3 in /usr/local/lib/python2.7/dist-packages (from statistics->pyethapp) Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python2.7/dist-packages/ptyprocess-0.5.1-py2.7.egg (from pexpect->pyethapp) Collecting greenlet>=0.4.9 (from gevent==1.1.0->pyethapp) Downloading greenlet-0.4.12-cp27-cp27mu-manylinux1_x86_64.whl (41kB) 100% |████████████████████████████████| 51kB 1.3MB/s Collecting repoze.lru (from ethereum>=1.5.1->pyethapp) Downloading repoze.lru-0.6.tar.gz Collecting py_ecc (from ethereum>=1.5.1->pyethapp) Could not find a version that satisfies the requirement py_ecc (from ethereum>=1.5.1->pyethapp) (from versions: ) No matching distribution found for py_ecc (from ethereum>=1.5.1->pyethapp) vadym@vadym-work:~$

Marto32 commented 7 years ago

Looks like it's a known issue with pyethereum: https://github.com/ethereum/pyethereum/issues/759

Seems like it'll resolve itself once py_ecc is uploaded to PyPi. Hopefully soon...

In the interim, if you build pyethapp manually with USE_PYETHEREUM_DEVELOP=1 python setup.py develop it should use an older version of pyethereum that works.

beaugunderson commented 7 years ago

py_ecc is now on PyPi