I can't import tkinter, I get the following error message:
ModuleNotFoundError: No module named '_tkinter'
I am using python version 3.8.6 installed using pyenv on a mac. Please help
I can't import tkinter, I get the following error message:
ModuleNotFoundError: No module named '_tkinter'
I am using python version 3.8.6 installed using pyenv on a mac. Please help
Try using conda and see if that works. Or before you do that, make an isolated environment where you just install Tk and other necessary packages. Rare, but could me somewhat of a dependency issue