-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption).
- OS version and name: GNU/Linux 4.18.7-1-default, openSUSE Tumbleweed
- Poetry version: 0.12.4
- Link of a Gist with the contents of your pyproject.toml file: Irrelevant
Issue
I have updated poetry using the command:
$ poetry self:update
Updating to 0.12.4
- Getting dependencies
- Vendorizing dependencies
- Updating poetry
poetry (0.12.4) successfully installed!Then if run any command I get this:
$ poetry -vvv --version
Traceback (most recent call last):
File "/home/rominf/.local/bin/poetry", line 7, in <module>
from poetry.console import main
File "/home/rominf/.pyenv/versions/3.6.5/envs/pendulum/lib/python3.6/site-packages/poetry/console/__init__.py", line 1, in <module>
from .application import Application
File "/home/rominf/.pyenv/versions/3.6.5/envs/pendulum/lib/python3.6/site-packages/poetry/console/application.py", line 6, in <module>
from cleo import Application as BaseApplication
ModuleNotFoundError: No module named 'cleo'I have tried to install cleo with pip, but it didn't help. The only thing that helped me is the poetry installation using pip.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels