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#76288 - [jupyter_console] FTBFS due to lack of dependency
Attached to Project:
Community Packages
Opened by Letu Ren (FantasqueX) - Tuesday, 25 October 2022, 05:44 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 25 October 2022, 06:59 GMT
Opened by Letu Ren (FantasqueX) - Tuesday, 25 October 2022, 05:44 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 25 October 2022, 06:59 GMT
|
DetailsDescription:
Fail to build from source due to lack of dependency python-setuptools. Patch is attached. Build log: * Getting dependencies for wheel... Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/pep517/wrappers.py", line 319, in _call_hook raise BackendUnavailable(data.get('traceback', '')) pep517.wrappers.BackendUnavailable: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 77, in _build_backend obj = import_module(mod_path) 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 1004, in _find_and_load_unlocked ModuleNotFoundError: No module named 'setuptools' ERROR Backend 'setuptools.build_meta' is not available. Additional info: * package version(s) 6.4.4-2 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: extra-x86_64-build |
This task depends upon
jupyter_console.patch