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#78509 - [python-pytorch] Missing mandatory Python dependencies
Attached to Project:
Community Packages
Opened by Alain Kalker (ackalker) - Saturday, 13 May 2023, 16:00 GMT
Last edited by Toolybird (Toolybird) - Sunday, 14 May 2023, 00:08 GMT
Opened by Alain Kalker (ackalker) - Saturday, 13 May 2023, 16:00 GMT
Last edited by Toolybird (Toolybird) - Sunday, 14 May 2023, 00:08 GMT
|
DetailsDescription:
The PyTorch packages are missing mandatory Python dependencies: filelock, jinja2 and networkx Additional info: * package version(s) python-pytorch 2.0.1-1 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: - Install any of the 'python-pytorch' packages. - Make sure that `pip` is available. - Run `pip check`. Actual results $ pip check torch 2.0.1 requires filelock, which is not installed. torch 2.0.1 requires jinja2, which is not installed. torch 2.0.1 requires networkx, which is not installed. |
This task depends upon
FS#66503