-1

easy_install を使用して Python 2.7 用の caldav をインストールしようとしています。lxml が失敗し、2.7 を除くすべてのバージョンの Python 用のバイナリ インストーラーが見つかりました。

easy_install を使用すると、次のようになります。

Running lxml-2.3.4\setup.py -q bdist_egg --dist-dir c:\users\jimste~1\appdata\lo
cal\temp\easy_install-vhvbst\lxml-2.3.4\egg-dist-tmp-qs4ol2
Building lxml version 2.3.4.
Building without Cython.
ERROR: 'xslt-config' is not recognized as an internal or external command,
operable program or batch file.

** make sure the development packages of libxml2 and libxslt are installed **

Using build configuration of libxslt
warning: no files found matching 'lxml.etree.c' under directory 'src\lxml'
warning: no files found matching 'lxml.objectify.c' under directory 'src\lxml'
warning: no files found matching 'lxml.etree.h' under directory 'src\lxml'
warning: no files found matching 'lxml.etree_api.h' under directory 'src\lxml'
warning: no files found matching 'etree_defs.h' under directory 'src\lxml'
warning: no files found matching 'pubkey.asc' under directory 'doc'
warning: no files found matching 'tagpython*.png' under directory 'doc'
warning: no files found matching 'Makefile' under directory 'doc'
error: Setup script exited with error: Unable to find vcvarsall.bat

失敗した場合はlxml。Python 2.7 用の Windows にインストールする方法を教えてください。

ありがとう -ジム

4

1 に答える 1

1

今日、これに対する答えを見つけました。Python 2.7 用の lxml の Windows バイナリ インストールは次の場所にあります: http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml

于 2012-06-28T12:45:55.990 に答える