I get this error when I run my python script in my docker image
ImportError: No module named _tkinter, please install the python-tk package
So I tried 'pip install python-tk'
root@43d2222b15c8:/tf_files# pip install python-tk
Collecting python-tk
Could not find a version that satisfies the requirement python-tk (from versions: )
No matching distribution found for python-tk
But that does not fix my issue.
Can you please tell me how can I fix my issue?
Thank you.