Bug 51189 - Аварийный останов при импорте модуля cv2, так как не установлен flexiblas-netlib
Summary: Аварийный останов при импорте модуля cv2, так как не установлен flexiblas-netlib
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-opencv (show other bugs)
Version: unstable
Hardware: all Linux
: P5 critical
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-19 06:14 MSK by Антон Мидюков
Modified: 2024-08-22 19:12 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2024-08-19 06:14:25 MSK
Аварийный останов при импорте модуля cv2:
>>> import cv2
flexiblas  Failed to load the BLAS fallback library.  Abort!
Аварийный останов

Проблема после обновления srpm libopencv
16 августа 2024 г. Anton Farygin 1:4.10.0-alt2
- fixed build against glog 0.7.0
- add missing BuildRequires
Comment 1 Антон Мидюков 2024-08-19 06:28:09 MSK
Помогает установка flexiblas-netlib.
Comment 2 Repository Robot 2024-08-22 19:12:41 MSK
flexiblas-3.4.4-alt3 -> sisyphus:

 Thu Aug 22 2024 Anton Farygin <rider@altlinux.ru> 3.4.4-alt3
 - added a fallback BLAS (netlib) dependence to a package
   with the library (closes: #51189)