-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected
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: windows7
- Poetry version: 1.1.4
- Python version: 3.7.8
Issue
I cannot run even poetry --version now.
Traceback (most recent call last):
File "C:\Users\Administrator.poetry\bin\poetry", line 12, in
from poetry.console import main
File "C:\Users\Administrator.poetry\lib\poetry\console_init_.py", line 1, in
from .application import Application
File "C:\Users\Administrator.poetry\lib\poetry\console\application.py", line 3, in
from cleo import Application as BaseApplication
ModuleNotFoundError: No module named 'cleo'
#3071 doesn't solve my problem
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected