You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieving Poetry metadata
# Welcome to Poetry!
This will download and install the latest version of Poetry,
a dependency and package manager for Python.
It will add the `poetry` command to Poetry's bin directory, located at:
/root/.local/bin
You can uninstall at any time by executing this script with the --uninstall option,
and these changes will be reverted.
Installing Poetry (1.1.8): Installing Poetry
Traceback (most recent call last):
File "<stdin>", line 832, in <module>
File "<stdin>", line 828, in main
File "<stdin>", line 440, in run
File "<stdin>", line 464, in install
File "<stdin>", line 588, in install_poetry
File "/usr/local/lib/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'capture_output'
pip install seems to work fine.
The text was updated successfully, but these errors were encountered:
-vvv
option).Issue
Since the new changes in the installation script install-poetry.py, I am not able to install poetry as recommended.
I was trying to build an image with poetry in my CI pipeline and it just broke because of this issue.
I tried to run:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
An got the following output:
pip install seems to work fine.
The text was updated successfully, but these errors were encountered: