You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream fixed mtk, mtk_gui and stage2 triggering ModuleNotFoundError exception due to incorrect pyproject.toml configuration.
$ mtk --help
Traceback (most recent call last):
File "/usr/bin/mtk", line 5, in<module>
from mtk import main
ModuleNotFoundError: No module named 'mtk'
$ mtk_gui
Traceback (most recent call last):
File "/usr/bin/mtk_gui", line 5, in<module>
from mtk_gui import main
ModuleNotFoundError: No module named 'mtk_gui'
$ stage2 --help
Traceback (most recent call last):
File "/usr/bin/stage2", line 5, in<module>
from stage2 import main
ModuleNotFoundError: No module named 'stage2'
-git packages automatically rebuild. Most within a few hours. Some within a couple days.
$ pacman -Si mtkclient-git | grep -E '(Name|Version|Date)'
Name : mtkclient-git
Version : 1.63.r125.g31819b8-1
Build Date : Tue 28 May 2024 04:49:28 PM UTC
Packages:
https://aur.archlinux.org/packages/mtkclient-git
Latest chaotic version
1.63.r123.g0b0067e-1
Reason for rebuild
Upstream fixed mtk, mtk_gui and stage2 triggering ModuleNotFoundError exception due to incorrect pyproject.toml configuration.
bkerler/mtkclient#1021
Logs
No response
Builds?
No response
More information
No response
The text was updated successfully, but these errors were encountered: