We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pip should install the dependencies and the docker container should run the example app, as described in the README
docker-compose up stops as an error with the pip install command occurs:
docker-compose up
pip install
Building backend [+] Building 2.0s (7/9) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 83B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/library/python:3 0.5s => [internal] load build context 0.0s => => transferring context: 4.48kB 0.0s => [1/5] FROM docker.io/library/python:3@sha256:19973e1796237522ed1fcc1357c766770b47dc15854eafdda055b65953fe5ec1 0.0s => CACHED [2/5] WORKDIR /usr/src/app 0.0s => ERROR [3/5] RUN pip install -e '.[dev]' 1.4s ------ > [3/5] RUN pip install -e '.[dev]': #6 1.205 Obtaining file:///usr/src/app #6 1.205 ERROR: file:///usr/src/app does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. ------ executor failed running [/bin/sh -c pip install -e '.[dev]']: exit code: 1 ERROR: Service 'backend' failed to build : Build failed
Follow the instruction in README : use docker-compose up inside the tests/ directory.
tests/
Currently used versions
The text was updated successfully, but these errors were encountered:
This works for me on branch rc/0.1.2 and macOS Intel chip ; so either I fixed something, or it is related to Apple Silicon ?
Sorry, something went wrong.
No branches or pull requests
Expected Behavior (Mandatory)
Pip should install the dependencies and the docker container should run the example app, as described in the README
Actual Behavior (Mandatory)
docker-compose up
stops as an error with thepip install
command occurs:How to Reproduce the Problem
Follow the instruction in README : use
docker-compose up
inside thetests/
directory.Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: