Sudden yara dependency? Why? #4347
Unanswered
hatesigningup
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CachyOS update as of 25/1/2025. Bottles will no longer start with the output -
com.usebottles.bottles
Traceback (most recent call last):
File "/app/bin/bottles", line 49, in
from bottles.frontend import main
File "/app/share/bottles/bottles/frontend/main.py", line 45, in
from bottles.frontend.windows.window import BottlesWindow
File "/app/share/bottles/bottles/frontend/windows/window.py", line 41, in
from bottles.frontend.views.details import DetailsView
File "/app/share/bottles/bottles/frontend/views/details.py", line 35, in
from bottles.frontend.views.eagle import EagleView
File "/app/share/bottles/bottles/frontend/views/eagle.py", line 27, in
from bottles.backend.managers.eagle import EagleManager
File "/app/share/bottles/bottles/backend/managers/eagle.py", line 25, in
import yara
ModuleNotFoundError: No module named 'yara'
There was no dependency call for yara on update, and yara was never installed on my system so why is it suddenly needed?
Beta Was this translation helpful? Give feedback.
All reactions