-
Notifications
You must be signed in to change notification settings - Fork 604
DistributionNotFound: The 'ethereum==2.1.1' distribution was not found and is required by pyethapp #276
Comments
I'm having the same issue. When I try to install it via pip it goes:
I was able to install the package via Issue seems to come from the empty dependency list at https://github.com/ethereum/pyethereum/blob/develop/setup.py#L36 |
@kachar : Have you find any solution for this problem |
Running ethereum-2.1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-XvygQK/ethereum-2.1.1/egg-dist-tmp-HR1gl6 |
Oh my god. Finally, update your lib to the latest python and latest dependencies. This is a solution for the error above: |
Thanks @mezrin for pointing to solution. After running |
pip install setuptools==37: Installation after downgrading setuptools was able to succeed. This isn't a long term solution since ethereum foundation is relying on a bug that was later resolved. |
Hi Guys... I am now getting such error on Ubuntu with python 2.7.14 : `veselinux@datahaven:/tmp$ ./venv2714/bin/pip install pyethapp
I also installed |
okay.... looks like that project is dead and community is working on py-evm : https://github.com/ethereum/py-evm |
Checklist
pyethapp
inside a virtualenvDONE
System/environment
Expected behaviour
pyethapp
Observed behaviour
Steps to reproduce
sudo USE_PYETHEREUM_DEVELOP=1 python setup.py develop
pyethapp
The text was updated successfully, but these errors were encountered: