Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker installation problem #59

Open
cyclopse87 opened this issue Mar 26, 2016 · 5 comments
Open

Docker installation problem #59

cyclopse87 opened this issue Mar 26, 2016 · 5 comments
Assignees

Comments

@cyclopse87
Copy link

Hi

I am following the instructions to install hydrachain using docker. Whilst building using docker-compose build. I am having problems with not being able to find a suitable distribution for devp2p. It seems to be throwing what seems to be a dependency error of pyethapp.

...

Searching for devp2p>=0.7.1
Reading https://pypi.python.org/simple/devp2p/
No local packages or download links found for devp2p>=0.7.1
error: Could not find suitable distribution for Requirement.parse('devp2p>=0.7.1')
Service 'node' failed to build: The command '/bin/sh -c python setup.py install' returned a non-zero code: 1
@VirtuOes
Copy link

VirtuOes commented Apr 8, 2016

Hi, I am facing this issue, too.
Do you have any suggestions how I could resolve the issue?

System: Virtual machine: Ubunut 64 Bit (15.10).

Exact error message:
Installed /usr/local/lib/python2.7/site-packages/ipython-4.1.2-py2.7.egg
Searching for devp2p>=0.7.1
Reading https://pypi.python.org/simple/devp2p/
No local packages or download links found for devp2p>=0.7.1
error: Could not find suitable distribution for Requirement.parse('devp2p>=0.7.1')
ERROR: Service 'node' failed to build: The command '/bin/sh -c python setup.py install' returned a non-zero code: 1

@4gn3s
Copy link

4gn3s commented Apr 20, 2016

Hello, I'm struggling with the same error on ubuntu 15.10 64bit, with docker 1.11 and docker-compose 1.5.2. Has anyone found a solution yet?

@cyclopse87
Copy link
Author

Wish i could help but couldn't find solution to it

@pdobacz
Copy link

pdobacz commented Apr 21, 2016

ditto on:

user@user:~/hydrachain$ docker-compose --version
docker-compose version 1.6.0rc1, build d2556a1
user@user:~/hydrachain$ docker version
Client:
 Version:      1.10.3
 API version:  1.22
 Go version:   go1.5.3
 Git commit:   20f81dd
 Built:        Thu Mar 10 15:54:52 2016
 OS/Arch:      linux/amd64

Server:
 Version:      1.10.3
 API version:  1.22
 Go version:   go1.5.3
 Git commit:   20f81dd
 Built:        Thu Mar 10 15:54:52 2016
 OS/Arch:      linux/amd64

In case anyone wants to workaround this, I've found that adding:

RUN pip install devp2p

before

RUN python setup.py install

in hydrachain/node/Dockerfile makes the issue go away.

@ulope
Copy link
Contributor

ulope commented May 13, 2016

We'll have to re-build the docker example because of changes in docker itself. This is being tracked in #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants