Traceback (most recent call last):
File "/Users/xxxxxxxxxxx/.poetry/bin/poetry", line 16, in <module>
from poetry.console import main
File "/Users/xxxxxxxxxxx/.poetry/lib/poetry/console/__init__.py", line 1, in <module>
from .application import Application
File "/Users/xxxxxxxxxxx/.poetry/lib/poetry/console/application.py", line 1, in <module>
from cleo import Application as BaseApplication
ModuleNotFoundError: No module named 'cleo'
This installer is deprecated. Poetry versions installed using this script will not be able to use 'self update' command to upgrade to 1.2.0a1 or later.
# 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:
$HOME/.poetry/bin
コメント