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 build problem with version of "six" #1

Open
sommerc opened this issue Jul 15, 2020 · 1 comment
Open

docker build problem with version of "six" #1

sommerc opened this issue Jul 15, 2020 · 1 comment

Comments

@sommerc
Copy link

sommerc commented Jul 15, 2020

Hi,

building the docker leads to a version conflict of six and google-apitools

tail output of docker build -t 4quant/neuroglancer .

[...]

creating /opt/conda/lib/python2.7/site-packages/sockjs_tornado-1.0.7-py2.7.egg
Extracting sockjs_tornado-1.0.7-py2.7.egg to /opt/conda/lib/python2.7/site-packages
Adding sockjs-tornado 1.0.7 to easy-install.pth file

Installed /opt/conda/lib/python2.7/site-packages/sockjs_tornado-1.0.7-py2.7.egg
error: six 1.10.0 is installed but six>=1.12.0 is required by set(['google-apitools'])
The command '/bin/sh -c python setup.py install' returned a non-zero code: 1

@joshmoore
Copy link

The build failure has now changed to:

Step 20/31 : RUN python setup.py install
 ---> Running in 8015d666e9e4
python: can't open file 'setup.py': [Errno 2] No such file or directory
The command '/bin/sh -c python setup.py install' returned a non-zero code: 2

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

2 participants