Desinstalé completamente y volví a instalar poesía usando: POETRY_UNINSTALL=1 bash -c 'curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | pitón'
luego lo volví a instalar usando: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | pitón -
pero no solucionó el problema. y luego # para la exportación de configuración de poesía PATH="$HOME/.poetry/bin:$PATH"
Solo necesitas volver a instalar la poesía.
# install curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - # update poetry self update # uninstall curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - --uninstall