-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
python-poetry/cleo
#299Labels
area/installerRelated to the dependency installerRelated to the dependency installerstatus/confirmedIssue is reproduced and confirmedIssue is reproduced and confirmedstatus/external-issueIssue is caused by external project (platform, dep, etc)Issue is caused by external project (platform, dep, etc)version/1.3.1
Description
- Poetry version: 1.3.1
- Python version: 3.10
- OS version and name: Ubuntu 20.04
- pyproject.toml: pyproject.toml
- I am on the latest stable Poetry version, installed using a recommended method.
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have consulted the FAQ and blog for any relevant entries or release notes.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption) and have included the output below.
Issue
Running as part of a circle ci workflow. Steps below. The command poetry install identifies the Package Operations and then exits with code 1. (output below)
SSH into the box and running poetry install produces the normal expected behavior.
workflow steps
...
pyenv global 3.10.2
pip install poetry==1.2.2
export PATH="/home/circleci/.local/bin:$PATH"
poetry install -vvv
...
###Poetry Install Step
#!/bin/bash -eo pipefail
poetry install -vvv
Creating virtualenv fastapi-template-repository-3aSsmiER-py3.10 in /home/circleci/.cache/pypoetry/virtualenvs
Using virtualenv: /home/circleci/.cache/pypoetry/virtualenvs/fastapi-template-repository-3aSsmiER-py3.10
Installing dependencies from lock file
Finding the necessary packages for the current system
Package operations: 71 installs, 1 update, 0 removals
Exited with code exit status 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/installerRelated to the dependency installerRelated to the dependency installerstatus/confirmedIssue is reproduced and confirmedIssue is reproduced and confirmedstatus/external-issueIssue is caused by external project (platform, dep, etc)Issue is caused by external project (platform, dep, etc)version/1.3.1