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
Describe the bug
I've been running the updates on a weekly basis, but I seem to be running into a missing dependency error?
Any thoughts?
To Reproduce
Steps to reproduce the behavior:
Click the updates button
Type password and do the update
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
============================================ ERRORS =============================================
_____________________ ERROR collecting tests/test_past/test_translation.py ______________________
ImportError while importing test module '/home/<user_name>/.cache/trizen/sources/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
from past.translation import install_hooks, remove_hooks, common_substring
build/lib/past/translation/init.py:44: in
from lib2to3.pgen2.parse import ParseError
E ModuleNotFoundError: No module named 'lib2to3'
==================================== short test summary info ====================================
ERROR tests/test_past/test_translation.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
======================================= 1 error in 0.18s ========================================
==> ERROR: A failure occurred in check().
Aborting...
:: Unable to build python-future - makepkg exited with code: 4
=>> Try again? [y/N]: n
=>> Exit now? [Y/n]: y
:: Update complete
Press [ENTER] to close.
Distribution (please complete the following information):
EndeavourOS
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I've been running the updates on a weekly basis, but I seem to be running into a missing dependency error?
Any thoughts?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
============================================ ERRORS =============================================
_____________________ ERROR collecting tests/test_past/test_translation.py ______________________
ImportError while importing test module '/home/<user_name>/.cache/trizen/sources/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
from past.translation import install_hooks, remove_hooks, common_substring
build/lib/past/translation/init.py:44: in
from lib2to3.pgen2.parse import ParseError
E ModuleNotFoundError: No module named 'lib2to3'
==================================== short test summary info ====================================
ERROR tests/test_past/test_translation.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
======================================= 1 error in 0.18s ========================================
==> ERROR: A failure occurred in check().
Aborting...
:: Unable to build python-future - makepkg exited with code: 4
=>> Try again? [y/N]: n
=>> Exit now? [Y/n]: y
:: Update complete
Press [ENTER] to close.
Distribution (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: