FangyunWei / SLRT

259 stars 56 forks source link

ModuleNotFoundError: No module named '_tkinter' #77

Open colonnaemanuele opened 1 month ago

colonnaemanuele commented 1 month ago

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:

I installed all the requirements but the problem remains Tested on python3.8 and 3.10. image