About 35,300 results
Open links in new tab
  1. 16.04 - How to install tkinter for python 3.8? - Ask Ubuntu

    Apr 5, 2020 · 0 open terminal type command ''pip3 install tkintertable'' it can be pip or pip3 according to your python version

  2. 14.04 - unable to install/import tkinter - Ask Ubuntu

    As tk is TkInter (-> Interface to TK, which is written in C (++) ) you need to install the C (++) Library TK. you cannot install this library using pip, as pip is designed to install (mainly) [1]pure …

  3. How to install tkinter for python 3.9 on xubuntu 20.04?

    Mar 15, 2022 · I was able to import tkinter in python 3.9, by root=tkinter.Tk() failed. On inspection, all the files in /usr/lib/python/ were still empty, so I decided to copy all the scripts from python 3.8.

  4. ImportError: No named '_tkinter', please install the python3-tk …

    Aug 23, 2016 · Typing: sudo apt-get install python3-tk (or even python-tk) didn't work. Trying to install the python3-dev or python-devel (no luck). Downloading Tcl and Tk to manually install. …

  5. python3 - Tkinter Installation Issue - Ask Ubuntu

    Dec 17, 2019 · No need to use pip for installing Tkinter (version 2.x) or pip3 for installing tkinter (version 3.x). They are available natively in Ubuntu and you can have both versions installed …

  6. python3 - Unable to install pip into WSL (Ubuntu)? - Ask Ubuntu

    Dec 30, 2021 · 39 Run sudo apt-get update after that Run sudo apt install python3-pip it will install a lot of missing components... and python pip is installed.

  7. I have installed tk but I got the error: import _tkinter No module ...

    Oct 11, 2020 · ` import _tkinter # If this fails your Pytho` may not be configured for Tk ModuleNotFoundError: No module named '_tkinter'. ` However when I type sudo apt install …

  8. How can I solve "no module named '_lzma'"? - Ask Ubuntu

    Dec 11, 2020 · Briefly, pip install lzma will not work, do it instead: pip install backports.lzma and go to your python directory: cd /usr/local/lib/python3.8 and you will modify your lzma.py file. I …

  9. bash - pip install PIL already, but still face ... - Ask Ubuntu

    Dec 26, 2022 · You mention pip install which loads the requested package for the default python; which is python2 on 18.04; yet don't mention installing it for python3 where you'll ...

  10. How can I install tkinter for both python 3.4 and python 3.5?

    However I don't know how to install tkinter for python 3.5. sudo apt-get install python3-tk doesn't work: it says python3-tk is already installed (which is unsurprising since it is installed for …