FS#69270 - [python-pytorch] PLEASE ENTER SUMMARY

Attached to Project: Community Packages
Opened by Andrew A (andrew-wja) - Sunday, 10 January 2021, 10:58 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 10 January 2021, 11:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

pytorch and the related *-opt and *-cuda-* packages have been built with an irreconcilable dependency on two different version of the `icu` library.

```
$ ldd /usr/lib/python3.9/site-packages/torch/lib/_C.cpython-39-x86_64-linux-gnu.so | grep icu
libicui18n.so.68 => /usr/lib/libicui18n.so.68 (0x00007f1e01b93000)
libicuuc.so.68 => /usr/lib/libicuuc.so.68 (0x00007f1e019a4000)
libicuuc.so.67 => not found
libicudata.so.68 => /usr/lib/libicudata.so.68 (0x00007f1dfed4c000)
```

Since Arch does not allow simultaneous installation of multiple versions of the same package, this will not work.

Additional info:
* package version(s) 1.7.1-3

Steps to reproduce:
Install python-pytorch and enter "import torch" in a python console
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 10 January 2021, 11:02 GMT
Reason for closing:  Not a bug
Additional comments about closing:  pytorch doesn't link to icu at all. Use the forum or mailing list for support.
Comment by Andrew A (andrew-wja) - Sunday, 10 January 2021, 10:59 GMT
Apologies, I forgot to edit the summary and it appears it's impossible to change after submission!

Loading...