この問題は過去2日間で解決しましたが、スタックとgithubですべての解決策を試しました。誰かがお勧めできるなら、本当に素晴らしいことになるでしょう。tkinterの一致するディストリビューションがありません
CentOS Linuxリリース7.3.1611の仮想環境でPython 2.7を使用しています。
私はmatplotlib.pyplotを使用するスクリプトを実行し、実行時に、私はTkinterのを使用してインストールしようとした
import matplotlib.pyplot as plt
File "/usr/local/packages/Python-2.7/lib/python2.7/lib-tk/Tkinter.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
このエラー与えています - そして、私もインストール
pip install tkinter and it gave this error
Could not find a version that satisfies the requirement tkinter (from versions:)
No matching distribution found for tkinter
-
sudo yum install tk
sudo yum install tk-devel
sudo yum install tc
を
パッケージが既にインストールされており、nothing to to
私は何かを見逃しているかどうかを確認するために私の仮想環境を再セットアップしましたが、どこにも行けません。助けてください!
最新のUbuntuに 'apt-get'(' yum'に似ています)を使って 'python-tkinter'をインストールしなければなりませんでした。 'tkinter'は' tkinter'で使用されますが、 'python'に' tkinter'をインストールしないでください – furas
'yum'に' search/find'コマンドがあり、 'tkinter'(' tk') – furas
@furas、はい私は複数のフォーラムでそれを読んでいますが、 'tk'と' tcl'をインストールしようとすると、何もすることができません! – AnkP