You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
Tried on Arch, Ubuntu as well as building the docker image. Here's the docker output.
The text was updated successfully, but these errors were encountered: