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'
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'