-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
I cannot install the package, I get an error regarding lib2to3, a dependency of python-future, which was deprecated in Python 3.13. Is there a way around this? Error message below
ImportError while importing test module '/home/aurora/.cache/yay/python-future/src/future-1.0.0/tests/test_past/test_translation.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_past/test_translation.py:21: in <module>
from past.translation import install_hooks, remove_hooks, common_substring
build/lib/past/translation/__init__.py:44: in <module>
from lib2to3.pgen2.parse import ParseError
E ModuleNotFoundError: No module named 'lib2to3'```
Metadata
Metadata
Assignees
Labels
No labels