我已经完全卸载并使用以下命令重新安装了poetry : POETRY_UNINSTALL=1 bash -c 'curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python‘
然后我使用以下命令重新安装: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
但它并没有解决这个问题。然后I#对于poetry配置导出PATH=“$HOME/.POLITY/bin:$PATH”
发布于 2021-11-12 23:49:34
poetry self update 1.0.10,然后是poetry install。
正如前面提到的here。两个独立的错误,都是由诗歌版本引起的。
https://stackoverflow.com/questions/69950213
复制相似问题