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
Traceback (most recent call last):
File "test_run.py", line 1, in
from kivymd.app import MDApp
File "/home/femi/.local/lib/python3.8/site-packages/kivymd/app.py", line 65, in
from kivymd.theming import ThemeManager
File "/home/femi/.local/lib/python3.8/site-packages/kivymd/theming.py", line 49, in
from materialyoucolor.utils.color_utils import argb_from_rgba_01
File "/home/femi/.local/lib/python3.8/site-packages/materialyoucolor/utils/color_utils.py", line 1, in
from materialyoucolor.utils.math_utils import matrix_multiply, clamp_int
File "/home/femi/.local/lib/python3.8/site-packages/materialyoucolor/utils/math_utils.py", line 53, in
def matrix_multiply(row: list[float], matrix: list[list[float]]) -> list[float]:
TypeError: 'type' object is not subscriptable
Description of the Bug
Traceback (most recent call last):
File "test_run.py", line 1, in
from kivymd.app import MDApp
File "/home/femi/.local/lib/python3.8/site-packages/kivymd/app.py", line 65, in
from kivymd.theming import ThemeManager
File "/home/femi/.local/lib/python3.8/site-packages/kivymd/theming.py", line 49, in
from materialyoucolor.utils.color_utils import argb_from_rgba_01
File "/home/femi/.local/lib/python3.8/site-packages/materialyoucolor/utils/color_utils.py", line 1, in
from materialyoucolor.utils.math_utils import matrix_multiply, clamp_int
File "/home/femi/.local/lib/python3.8/site-packages/materialyoucolor/utils/math_utils.py", line 53, in
def matrix_multiply(row: list[float], matrix: list[list[float]]) -> list[float]:
TypeError: 'type' object is not subscriptable
Code and Logs
The text was updated successfully, but these errors were encountered: