

ERROR: b"'xslt-config' is not recognized as an internal or external command, \r\noperable program or batch file.\r\n" ** make sure the development packages of libxml2 and libxslt are installed * * Using build configuration of libxslt building 'lxml.etree' extension C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Python32\include -IC:\P ython32\PC -c src/lxml/ -o build\temp.win32-3.2\Release\src\lxml\lxm l.etree.o -w cc1.exe: error: unrecognized command line option '-mno-cygwin' error: command 'gcc' failed with exit status 1 Complete output from command C:\Python32\python.exe -c "import setuptools _ file_='C:\\Python32\\Scripts\\build\\lxml\\setup.py' exec(compile(open(_file_ ).read().replace('\r\n', '\n'), _file_, 'exec'))" install -single-version-ext ernally-managed -record c:\windows\temp\pip-w4t58y-record\install-record.txt: Building lxml version 2.3.3. ERROR: b"'xslt-config' is not recognized as an internal or external command, \r\noperable program or batch file.\r\n" ** make sure the development packages of libxml2 and libxslt are installed * * Using build configuration of libxslt warning: no files found matching '' under directory 'src\lxml' warning: no files found matching '' under directory 'src\lxm l' warning: no files found matching '' under directory 'src\lxml' warning: no files found matching 'lxml.etree_api.h' under directory 'src\lxm l' 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 'tag python*.png' under directory 'doc' warning: no files found matching 'Makefile' under directory 'doc' Installing collected packages: lxml Running setup.py install for lxml Building lxml version 2.3.3. Весь результат: C:\Python32\Scripts>pip-3.2.exe install lxml Downloading/unpacking lxml Real name of requirement lxml is lxml Downloading lxml-2.3.3.tar.gz (3.1Mb): 3.1Mb downloaded Running setup.py egg_info for package lxml Building lxml version 2.3.3.

Pip cygwin python 3 command not found windows#
Теперь, при использовании pip install lxml с Python 3.2.2 в Windows 7, я получаю следующую ошибку: C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Python32\include -IC:\Pytho n32\PC -c src/lxml/ -o build\temp.win32-3.2\Release\src\lxml\lxml.et ree.o -w cc1.exe: error: unrecognized command line option '-mno-cygwin' error: command 'gcc' failed with exit status 1
