54642/python-importerror-_tkinter-please-install-python-package
I am trying to install python on Linux and I am getting the following error:
ImportError: No module named _tkinter, please install the python-tk package.
How do I install tkinter on Linux?
Use the following command to install tkinter on Linux:
apt-get install python-tk
It's a little complicated to install it on the local system using the package based method. Using apt-get is the easiest way.
You need to download and install the ...READ MORE
Hi @Vasgi, for the code you're trying ...READ MORE
I think it's a bug in Tensorflow ...READ MORE
Some of the modules have changed in ...READ MORE
if you google it you can find. ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
can you give an example using a ...READ MORE
You can simply the built-in function in ...READ MORE
sudo apt-get install python3-tk Then, >> import tkinter # ...READ MORE
Hi @Hannah, replace import SpeechRecognition as sr with import speech_recognition ...READ MORE
OR
Already have an account? Sign in.