Skip to content

ModuleNotFoundError: No module named 'cleo' #3345

@unknowIfGuestInDream

Description

@unknowIfGuestInDream
  • 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 (-vvv option).
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions