import _tkinter # If this fails your Python may not be configured for Tk ImportError: libtk8.5.so: cannot open shared object file: No such file or directory does anyone know how to resolve this issue?" />
Tkinter not working in abaqus 2024 (python3.10)

Hi everyone,

I've got the below error while trying to import tkinter in abaqus 2024 CLI (in linux OS)..
 

>>> import tkinter
File "/ap/SIMULIA/v2024-HF6/EstProducts/2024/linux_a64/tools/SMApy/python3.10/lib/python3.10/tkinter/__init__.py", line 37, in
   import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libtk8.5.so: cannot open shared object file: No such file or directory


does anyone know how to resolve this issue?