ฉันมีปัญหาที่ค่อนข้างสับสน:
ฉันสร้างโปรแกรมไพ ธ อนโดยใช้ tkinter จากนั้นฉันอัพเกรดอูบุนตู 13.10 (amd64) เป็นอูบุนตู 14.04 LTS ตอนนี้ฉันพยายามเรียกใช้โปรแกรม tkinter ของฉัน ผู้เรียบเรียงของฉันบอกฉัน
ImportError: No module named tkinter
(เช่นเดียวกันกับ Tkinter หรือ tk / Tk) จากนั้นฉันพยายามติดตั้ง tkinter ใหม่โดยใช้ pip:
$ pip install tkinter
Could not find any downloads that satisfy the requirement tkinter
Cleaning up...
No distributions at all found for tkinter
เช่นเดียวกันกับ Tkinter, tkinter, tk และ Tk
แล้วเกิดอะไรขึ้น? ฉันต้องทำอะไรซักอย่างไหม
$ pip update
(เพราะ tk ไม่ได้อยู่ใน pip-repository) อีกต่อไป แต่ทำไมมันถึงไม่ติดตั้งบนพีซีของฉันอีก?
แก้ไข: 1. ฉันไม่มีการเข้าถึงรูท 2. ใน pip.log คือ
>
Downloading/unpacking tk Getting page
> https://pypi.python.org/simple/tk/ Could not fetch URL
> https://pypi.python.org/simple/tk/: 404 Client Error: Not Found Will
> skip URL https://pypi.python.org/simple/tk/ when looking for download
> links for tk Getting page https://pypi.python.org/simple/ URLs to
> search for versions for tk: * https://pypi.python.org/simple/tk/
> Getting page https://pypi.python.org/simple/tk/ Could not fetch URL
> https://pypi.python.org/simple/tk/: 404 Client Error: Not Found Will
> skip URL https://pypi.python.org/simple/tk/ when looking for download
> links for tk Could not find any downloads that satisfy the
> requirement tk
มีบางสิ่งที่ใกล้เคียงกันเกิดขึ้นเมื่อฉันพยายามติดตั้งบางสิ่งโดยใช้ apt บน RaspberryPi ของฉันโดยไม่ต้องทำงาน
$ apt-get update
สองสามเดือน
ฉันยินดีที่จะช่วยคุณ