Python にレーベンシュタインをインストールすることについて同様の質問があったのを見ましたが、別のユーザーから自分で開始するように指示されたので、ここに進みます。
Windows 8 64ビットを実行しています。レーベンシュタインをインストールしようとすると、次のエラーが表示されます。
C:\Python27\Lib\site-packages\python-Levenshtein-0.10.2>python setup.py install
running install
running bdist_egg
running egg_info
writing requirements to python_Levenshtein.egg-info\requires.txt
writing python_Levenshtein.egg-info\PKG-INFO
writing namespace_packages to python_Levenshtein.egg-info\namespace_packages.txt
writing top-level names to python_Levenshtein.egg-info\top_level.txt
writing dependency_links to python_Levenshtein.egg-info\dependency_links.txt
writing entry points to python_Levenshtein.egg-info\entry_points.txt
reading manifest file 'python_Levenshtein.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'docs'
warning: no previously-included files matching '*pyc' found anywhere in distribu
tion
warning: no previously-included files matching '.project' found anywhere in dist
ribution
warning: no previously-included files matching '.pydevproject' found anywhere in
distribution
writing manifest file 'python_Levenshtein.egg-info\SOURCES.txt'
installing library code to build\bdist.win32\egg
running install_lib
running build_ext
building 'Levenshtein' extension
error: Unable to find vcvarsall.bat
setup-tools をインストールするように指示されたので、それを実行しました。としても
http://www.microsoft.com/en-us/download/details.aspx?id=6506から vcsetup.exe をダウンロードして実行します。
終了したら、command.exe を開きます
:easy_install python-Levenshtein と入力します (これは、setuptools が既にあることを前提としています)
ただし、「easy_install」と入力すると、次のメッセージが表示されます。私も言葉遣いに困っています。setup.py にリダイレクトする必要がありますか?
C:\Python27\Lib\site-packages\python-Levenshtein-0.10.2>easy_install python-Leve
nshtein
'easy_install' is not recognized as an internal or external command,
operable program or batch file.