weskerfoot / DeleteFB

Automate Scrubbing your Facebook Presence
MIT License
2.68k stars 178 forks source link

Doesn't work anymore #167

Open sharmashivanand opened 2 years ago

sharmashivanand commented 2 years ago

Tried on Arch, Ubuntu as well as building the docker image. Here's the docker output.

Traceback (most recent call last):
  File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/deletefb/.local/lib/python3.9/site-packages/deletefb/deletefb.py", line 4, in <module>
    from .tools.likes import unlike_pages
  File "/home/deletefb/.local/lib/python3.9/site-packages/deletefb/tools/likes.py", line 1, in <module>
    from .archive import archiver
  File "/home/deletefb/.local/lib/python3.9/site-packages/deletefb/tools/archive.py", line 8, in <module>
    import cattr
  File "/home/deletefb/.local/lib/python3.9/site-packages/cattr/__init__.py", line 2, in <module>
    from .converters import Converter, UnstructureStrategy
  File "/home/deletefb/.local/lib/python3.9/site-packages/cattr/converters.py", line 15, in <module>
    from ._compat import (
  File "/home/deletefb/.local/lib/python3.9/site-packages/cattr/_compat.py", line 87, in <module>
    from typing import _Union
ImportError: cannot import name '_Union' from 'typing' (/usr/lib/python3.9/typing.py)
weskerfoot commented 2 years ago

It's a version issue between python 3.9 and 3.8, https://github.com/weskerfoot/DeleteFB/issues/96

Sadly I don't have time to really work on this anymore but if someone wants to refactor it be my guest

sharmashivanand commented 2 years ago

I can use any virtual machine and any version of python. Is there any guide which outlines shure-shot steps to get the job done?