꽤 혼란스러운 문제가 있습니다.
tkinter를 사용하여 파이썬 프로그램을 빌드합니다. 그런 다음 우분투 13.10 (amd64)을 우분투 14.04 LTS로 업그레이드했습니다. 이제 tkinter 프로그램을 실행하려고했습니다. 내 컴파일러가 나에게 말했다
ImportError: No module named tkinter
(Tkinter 또는 tk / Tk와 동일) 그런 다음 pip를 사용하여 tkinter를 다시 설치하려고했습니다.
$ 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에 더 이상 없기 때문에) 왜 더 이상 내 PC에 설치되지 않습니까?
편집 : 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
실행하지 않고 RaspberryPi에 apt를 사용하여 무언가를 설치하려고했을 때 꽤 가까운 일이 발생했습니다.
$ apt-get update
몇 달 동안
도움이 되었으면 좋겠습니다.