Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#73389 - [python-eyed3] ModuleNotFoundError: No module named 'packaging'
Attached to Project:
Community Packages
Opened by AMM (amish) - Monday, 17 January 2022, 10:02 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 07 February 2022, 07:17 GMT
Opened by AMM (amish) - Monday, 17 January 2022, 10:02 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 07 February 2022, 07:17 GMT
|
DetailsDescription:
After the following commit which removes python-setuptools as dependency: https://github.com/archlinux/svntogit-community/commit/d5469e1bbf04c0c15e463a368076acef40c0cb1d#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a I get following error. Traceback (most recent call last): File "/usr/bin/eyeD3", line 33, in <module> sys.exit(load_entry_point('eyeD3==0.9.5', 'console_scripts', 'eyeD3')()) File "/usr/bin/eyeD3", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 162, in load module = import_module(match.group('module')) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/lib/python3.10/site-packages/eyed3/__init__.py", line 31, in <module> from .utils.log import log # noqa: E402 File "/usr/lib/python3.10/site-packages/eyed3/utils/__init__.py", line 10, in <module> import deprecation File "/usr/lib/python3.10/site-packages/deprecation.py", line 17, in <module> from packaging import version ModuleNotFoundError: No module named 'packaging' Installing python-packaging fixes the issue. Additional info: * package version(s) >= 1:0.9.5-3 Steps to reproduce: Just run eyeD3. Possible solution: Add python-packaging in depends. |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Monday, 07 February 2022, 07:17 GMT
Reason for closing: Fixed
Additional comments about closing: 2022-01-19: A task closure has been requested. Reason for request: 1:0.9.5-5 fixes the issue
Monday, 07 February 2022, 07:17 GMT
Reason for closing: Fixed
Additional comments about closing: 2022-01-19: A task closure has been requested. Reason for request: 1:0.9.5-5 fixes the issue
Comment by AMM (amish) -
Wednesday, 19 January 2022, 01:34 GMT
1:0.9.5-5 fixes the issue