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
{{ message }}
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
Trying to run poetry run python updater.py or python updater.py returns the following error
Traceback (most recent call last):
File "/home/$USER/.local/bin/poetry", line 5, in <module>
from poetry.console.application import main
File "/home/$USER/.local/lib/python3.10/site-packages/poetry/console/application.py", line 15, in <module>
from cleo.exceptions import CleoException
ImportError: cannot import name 'CleoException' from 'cleo.exceptions' (/home/$USER/.local/lib/python3.10/site-packages/cleo/exceptions/__init__.py)
Using Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Trying to run
poetry run python updater.py
orpython updater.py
returns the following errorUsing Ubuntu 22.04
The text was updated successfully, but these errors were encountered: