UltimaHoarder / UltimaScraper

Scrape all the media from an OnlyFans account - Updated regularly
GNU General Public License v3.0
4k stars 608 forks source link

ModuleNotFoundError: No module named 'poetry.console' #2084

Open tedy02 opened 9 months ago

tedy02 commented 9 months ago

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'