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
When starting trans-tool, this error message gets displayed:
Traceback (most recent call last):
File "/home/user/.local/bin/trans-tool", line 5, in <module>
from transtool.main import TransTool
File "/home/user/.local/lib/python3.13/site-packages/transtool/main.py", line 15, in <module>
from transtool.config.builder import ConfigBuilder
File "/home/user/.local/lib/python3.13/site-packages/transtool/config/builder.py", line 16, in <module>
from transtool.checks.brackets import Brackets
File "/home/user/.local/lib/python3.13/site-packages/transtool/checks/brackets.py", line 14, in <module>
from transtool.report.group import ReportGroup
File "/home/user/.local/lib/python3.13/site-packages/transtool/report/group.py", line 13, in <module>
from simplelog.log import Log
ModuleNotFoundError: No module named 'simplelog.log'
I used a fresh installation through pip install trans-tool.
The text was updated successfully, but these errors were encountered:
When starting trans-tool, this error message gets displayed:
I used a fresh installation through
pip install trans-tool
.The text was updated successfully, but these errors were encountered: