私はかなり紛らわしい問題を得ました:
tkinterを使用してPythonプログラムを作成します。次に、ubuntu 13.10(amd64)をubuntu 14.04 LTSにdist-upgradeし、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
数ヶ月間
助けてくれてうれしいです。