mirage: missing dependencies?
When trying to start mirage, it gets stuck in the startup load screen and prints the following error log:
~ 16:03:23 | "PyOtherSide error: Traceback (most recent call last):\n\n File \"src/backend/qml_bridge.py\", line 28, in <module>\n from .pyotherside_events import CoroutineDone, LoopException\n\n File \"src/backend/pyotherside_events.py\", line 10, in <module>\n from .utils import serialize_value_for_qml\n\n File \"src/backend/utils.py\", line 36, in <module>\n from .color import Color\n\n File \"src/backend/color.py\", line 13, in <module>\n from hsluv import hex_to_hsluv, hsluv_to_hex, hsluv_to_rgb, rgb_to_hsluv\n\nModuleNotFoundError: No module named 'hsluv'\n"
! 16:03:23 | Unhandled PyOtherSide error: Cannot import module: backend.qml_bridge (Traceback (most recent call last):
File "src/backend/qml_bridge.py", line 28, in <module>
from .pyotherside_events import CoroutineDone, LoopException
File "src/backend/pyotherside_events.py", line 10, in <module>
from .utils import serialize_value_for_qml
File "src/backend/utils.py", line 36, in <module>
from .color import Color
File "src/backend/color.py", line 13, in <module>
from hsluv import hex_to_hsluv, hsluv_to_hex, hsluv_to_rgb, rgb_to_hsluv
ModuleNotFoundError: No module named 'hsluv'
)
~ 16:03:23 | "PyOtherSide error: Traceback (most recent call last):\n\n File \"<string>\", line 1, in <module>\n\nNameError: name 'BRIDGE' is not defined\n"
! 16:03:23 | Unhandled PyOtherSide error: Function not found: 'BRIDGE.call_backend_coro' (Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'BRIDGE' is not defined
)
Loading screen (not that it says a lot):
Previously, I was able to circumvent this by downloading and pip install
ing the mirage requirements.txt
. No such luck this time.
apk info mirage
mirage-0.7.1-r0 description:
Qt/QML Matrix client
mirage-0.7.1-r0 webpage:
https://github.com/mirukana/mirage
mirage-0.7.1-r0 installed size:
1104 KiB
(cc @Leo)