You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I try to run the command. But it saw this error, may I know how to fix it?
Traceback (most recent call last):
File "/usr/bin/poetry", line 5, in
from poetry.console import main
File "/usr/lib/python3/dist-packages/poetry/console/init.py", line 1, in
from .application import Application
File "/usr/lib/python3/dist-packages/poetry/console/application.py", line 3, in
from cleo import Application as BaseApplication
ImportError: cannot import name 'Application' from 'cleo' (/home/ninja/.local/lib/python3.10/site-packages/cleo/init.py)
The text was updated successfully, but these errors were encountered:
Hi, I try to run the command. But it saw this error, may I know how to fix it?
Traceback (most recent call last):
File "/usr/bin/poetry", line 5, in
from poetry.console import main
File "/usr/lib/python3/dist-packages/poetry/console/init.py", line 1, in
from .application import Application
File "/usr/lib/python3/dist-packages/poetry/console/application.py", line 3, in
from cleo import Application as BaseApplication
ImportError: cannot import name 'Application' from 'cleo' (/home/ninja/.local/lib/python3.10/site-packages/cleo/init.py)
The text was updated successfully, but these errors were encountered: