FS#78472 - [python-pytorch] missing dep numactl

Attached to Project: Community Packages
Opened by DarcyHu (DarcyHu) - Wednesday, 10 May 2023, 13:09 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 11 May 2023, 10:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Konstantin Gizdov (kgizdov)
Torsten Keßler (tpkessler)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I got libnuma.so.1 not found error when I build a pkg in a clean chroot depending on pytorch. It seems numactl should be listed as deps of python-pytorch.

Additional info:
* package version(s) 2.0.0-5
* config and/or log files etc.
```text
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.11/site-packages/torch/__init__.py", line 229, in <module>
from torch._C import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^
ImportError: libnuma.so.1: cannot open shared object file: No such file or directory
```

Steps to reproduce:

This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Thursday, 11 May 2023, 10:17 GMT
Reason for closing:  Fixed

Loading...