UltimaScraper icon indicating copy to clipboard operation
UltimaScraper copied to clipboard

ModuleNotFoundError: No module named 'poetry.console'

Open tedy02 opened this issue 1 year ago • 0 comments

Everything has been working fine then all of a sudden, I am encountering an error when running start_us.py and updater.py despite Python and Poetry appearing functional. Despite reinstalling Poetry, the issue persists. Any suggestions?

Traceback (most recent call last): File "C:\Program Files\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Program Files\Python310\lib\runpy.py", line 86, in run_code exec(code, run_globals) File "C:\Users\theod\AppData\Roaming\Python\Scripts\poetry.exe_main.py", line 4, in ModuleNotFoundError: No module named 'poetry.console'

tedy02 avatar Feb 29 '24 15:02 tedy02