Open bravuralion opened 3 months ago
ok got it to run with python 3.10, but when starting the tool, i get this:
Traceback (most recent call last):
File "C:\Users\set\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\set\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\set\AppData\Local\Programs\Python\Python310\Scripts\forum-dl.exe__main__.py", line 7, in models_as_dict
argument is no longer supported; use a model serializer instead.')
TypeError: The models_as_dict
argument is no longer supported; use a model serializer instead.
same for python 3.12.3
When i try to install this with PIP, i get the following Error:
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for cchardet Failed to build cchardet ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (cchardet)