2017-09-25 1 views
0

bekomme ich folgende Fehler beim python3-tk Installation durch Eingabe von:Fehler bei der Installation von python3-tk Paket

apt-get install python3-tk 

Need to get 34.4 kB of archives. 
After this operation, 150 kB of additional disk space will be used. 
WARNING: The following packages cannot be authenticated! 
    python3-tk 
Install these packages without verification? [y/N] y 
Err http://us.archive.ubuntu.com/ubuntu/ wily/main python3-tk amd64 3.4.3-4 
    404 Not Found [IP: 91.189.91.26 80] 
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/python3-stdlib-extensions/python3-tk_3.4.3-4_amd64.deb 404 Not Found [IP: 91.189.91.26 80] 

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 
I tried to run apt-get update and tried with --fix-missing but of no use. Can anybody help me figure out the way to solve this or provide alternate method to download tkinter for python3 ? 
+0

'apt-get update'? –

+0

Sie sollten einfach Tkinter importieren können, ohne extra zu installieren? – chris

+0

Nein, es sagt kein Modul namens _tkinter –

Antwort

0

Sie brauchen nicht tkinter separat zu installieren. Verwenden Sie einfach from tkinter import *

Verwandte Themen