Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Docker build fails because of Python dependency #63

Closed
sebastianpoeplau opened this issue Jan 20, 2020 · 3 comments
Closed

Docker build fails because of Python dependency #63

sebastianpoeplau opened this issue Jan 20, 2020 · 3 comments

Comments

@sebastianpoeplau
Copy link

Building a container with the supplied Dockerfile now fails because some Python dependency dropped support for Python 2 (and the versions are not pinned). As a workaround, I removed the dependency pytest-xdist from setup.py; then the container builds fine but obviously may not be capable of running the tests.

@insuyun
Copy link
Contributor

insuyun commented Jan 20, 2020

Thanks. I should support python3 as noted in #60.

@bjchan9an
Copy link
Contributor

We also failed to build the docker due to the installation of pytest-xdist. We modify the setup.sh to install pip with get-pip.py instead of apt-get(#77). This makes us install a new version of pip and successfully build the docker.

@insuyun
Copy link
Contributor

insuyun commented Dec 12, 2021

#79 resolve this issues.

@insuyun insuyun closed this as completed Dec 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants