Skip to content

Problem installing Poetry #110

@geovanidps

Description

@geovanidps

I had a problem installing Poetry using "make prod". I identified the following errors during the Poetry installation on my Ubuntu server:
I fixed them with:

RUN curl -sSL https://install.python-poetry.org | python3 -

ENV PATH="/root/.local/bin:/usr/local/bin:$PATH"

FROM base AS prod
....
...
...

RUN poetry install --no-root --no-interaction --no-ansi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions