FS#67358 - [python-pytorch] 1.6.0rc3 needs libuv

Attached to Project: Community Packages
Opened by Chih-Hsuan Yen (yan12125) - Wednesday, 22 July 2020, 10:52 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 22 July 2020, 15:01 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Konstantin Gizdov (kgizdov)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
New python-pytorch needs libuv.so.1 to load:

# python -c 'import torch'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.8/site-packages/torch/__init__.py", line 189, in <module>
from torch._C import *
ImportError: libuv.so.1: cannot open shared object file: No such file or directory

pytorch works if libuv is installed.

Additional info:
community-testing/python-pytorch 1.6.0rc3-1

Steps to reproduce:
1. Create a clean environment. Here I use the LXC image (`lxc launch images:archlinux`)
2. Enable [*testing] repos
3. Install python-pytorch
4. Try to use pytorch
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Wednesday, 22 July 2020, 15:01 GMT
Reason for closing:  Fixed

Loading...