Skip to content

Ошибка при сборке #1

@Lion-killer

Description

@Lion-killer

При сборке контейнера с помощью docker-compose получаю ошибку:

Step 6/21 : RUN . venv/bin/activate && pip install --no-cache-dir . && find /app/venv ( -type d -a -name test -o -name tests ) -o ( -type f -a -name '.pyc' -o -name '.pyo' ) -exec rm -rf '{}' +
---> Running in 1031eef53dc1
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
The command '/bin/sh -c . venv/bin/activate && pip install --no-cache-dir . && find /app/venv ( -type d -a -name test -o -name tests ) -o ( -type f -a -name '.pyc' -o -name '.pyo' ) -exec rm -rf '{}' +' returned a non-zero code: 1
ERROR: Service 'taxerapi' failed to build : Build failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions