Vitor Stone

Results 3 comments of Vitor Stone

I'm getting the same thing: This is my Containerfile: ``` FROM python:3.12.2 ENV POETRY_HOME=/opt/poetry RUN python3 -m venv $POETRY_HOME RUN $POETRY_HOME/bin/pip install poetry==1.8.2 RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash &&...

I'm getting the same error when trying to add a Nexus repository as primary source: poetry source add --priority=primary pypi-proxy https://my.company.nexus.domain/repository/pypi-proxy/simple/ And when I try running a `poetry install` I...

Ok, I found something. Maybe that will help others who have the same issue. When I created the poetry application with `poetry new`, I specified the arguments `--dev-dependency` directly in...