Traceback (most recent call last):
File "/usr/bin/argos-translate-gui", line 3, in <module>
from argostranslategui import gui
File "/usr/lib/python3.13/site-packages/argostranslategui/gui.py", line 6, in <module>
from argostranslate import package, settings, translate, utils
File "/usr/lib/python3.13/site-packages/argostranslate/translate.py", line 5, in <module>
import ctranslate2
File "/usr/lib/python3.13/site-packages/ctranslate2/__init__.py", line 21, in <module>
from ctranslate2._ext import (
...<20 lines>...
)
ImportError: libopenblas.so.0: cannot open shared object file: No such file or directory
This is what I got after an autoremove script removed unused dependencies, including make dependencies. I think openblas should be a regular dependency, if the package breaks without it (reinstalling the dependency made it work again)
Pinned Comments
yochananmarqos commented on 2024-10-24 19:03 (UTC)
PSA: I just enabled OPENBLAS, but I had to disable both MKL and DNNL to do it. Please let me know how that goes.