Can't install python lxml (and libxml2) on windows
Clash Royale CLAN TAG #URR8PPP Can't install python lxml (and libxml2) on windows I'm trying to install lxml on windows (pip install lxml) but i keep getting following error: ***** Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed? **************************************************************************** Command "C:Python34python.exe -c "import setuptools, tokenize;__file__='C:\Us ers\meme\AppData\Local\Temp\pip-build-m_doxfaj\lxml\setup.py';exec(comp ile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __fi le__, 'exec'))" install --record C:UsersmemeAppDataLocalTemppip-ekkhc0id -recordinstall-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:UsersmemeAppDataLocalTemppip-build-m_doxfajlxml I've tried to download a binary files for windows from here (ftp://ftp.zlatkovic.com/libxml/) and adding them to path but it doesn'...