vicalloy / telegram-shell-bot

A telegram Bot to run shell commands
194 stars 83 forks source link

poetry install --only main #19

Open mr6595 opened 1 year ago

mr6595 commented 1 year ago

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)