python - matplotlib error after installation
滿天的星座
滿天的星座 2017-06-28 09:26:09
0
1
1085

Error generated:

ImportError: No module named '_tkinter', please install the python3-tk package

The solution found on the Internet is to install the python3-tk package:

But I can’t find this package in the ubuntu17.04 I’m using. Any solutions?

滿天的星座
滿天的星座

reply all(1)
世界只因有你

Change the update source and try again, switch to domestic Alibaba or other sources.

Command line: First backup sudo /etc/apt/sources.list /etc/apt/sources.list.bak
Then edit sudo gedit /etc/apt/sources.list
Put the following content in to replace the original source

deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse
##测试版源
deb http://mirrors.aliyun.com/ubuntu/ xenial-proposed main restricted universe multiverse
# 源码
deb-src http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse
##测试版源
deb-src http://mirrors.aliyun.com/ubuntu/ xenial-proposed main restricted universe multiverse
# Canonical 合作伙伴和附加
deb http://archive.canonical.com/ubuntu/ xenial partner
deb http://extras.ubuntu.com/ubuntu/ xenial main

save save
Command line: sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3-tk

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template