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

Installation error #5

Open
ppuertocrem opened this issue Jan 11, 2018 · 0 comments
Open

Installation error #5

ppuertocrem opened this issue Jan 11, 2018 · 0 comments
Assignees
Labels

Comments

@ppuertocrem
Copy link
Member

Building an image from the following Dockerfile return

error in {} setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Unordered types are not allowed

FROM python:3
RUN git clone https://github.com/IntegrCiTy/obnl.git
RUN pip install --no-cache-dir -r obnl/requirements.txt
RUN cd obnl && python setup.py install

Same for python:2 base image and for develop branch (RUN git clone -b develop https://github.com/IntegrCiTy/obnl.git)

Works fine with python:3 and feature/connection-util branch

Docker version 17.12.0-ce, build c97c6d6

@gbasso gbasso self-assigned this Jan 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants