For running the command for the text2gloss translator to store gloss predictions:
python text2gloss/prediction.py --config=text2gloss/configs/T2G.yaml
The program return me an error:
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'
I tried all the possible solution like:
pip install tk
apt install python3-tk
apt install tk-dev
I installed all the requirements but the problem remains
Tested on python3.8 and 3.10.
For running the command for the text2gloss translator to store gloss predictions:
python text2gloss/prediction.py --config=text2gloss/configs/T2G.yaml
The program return me an error:I tried all the possible solution like:
I installed all the requirements but the problem remains Tested on python3.8 and 3.10.