如何安装 python-Levenshtein windows [英] How to install python-Levenshtein windows

查看:31
本文介绍了如何安装 python-Levenshtein windows的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我看到有一个关于在 python 中安装 levenshtein 的类似问题,但被另一个用户指示启动我自己的,所以就这样了.

I saw there was a similar question asked about installing levenshtein in python, but was instructed to start my own by another user, so here it goes.

我正在运行 Windows 8 64 位.当我尝试安装 Levenshtein 时,出现以下错误.

I am runnings windows 8 64bit. When I try to install Levenshtein I get the following error.

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

我被指示安装安装工具,我已经完成了.还有

I was instructed to install setup-tools, which I've done. As well as

http://www 下载 vcsetup.exe.microsoft.com/en-us/download/details.aspx?id=6506 运行它

完成后打开你的command.exe

after it finishes open your command.exe

输入:easy_install python-Levenshtein(假设你已经有安装工具)

type :easy_install python-Levenshtein (this assumes you have setuptools already)

但是,当我输入easy_install"时,我收到以下消息.我也对措辞感到困惑.我应该指向 setup.py 吗?

However, when I type "easy_install" I get the following message. I am also confused about the wording. Should I be directing to to 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.

推荐答案

easy_install 出现问题是因为您的 python 脚本文件夹不在 PATH 中.只需将以下内容添加到 PATH 中:

The issue with easy_install happens because your python scripts folder is not in PATH. Just add the following to the PATH:

 C:\Python27\Scripts

关于你最初的问题,你应该看看这个问题的答案.

As about your initial problem, you should look to the answers of this question.

这篇关于如何安装 python-Levenshtein windows的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆