On 2016-10-30 06:13, rawdesignhamburg wrote:
> Hi
> 
> I set up an *virutalenv* without system-site-packages and clone *trytond* 
> with *account* module on an Ubuntu 16.04 system.
> When I go now into the account module and try to install dependencies with 
> "*python 
> setup.py develop*" I get an error when it tries to install lxml. But with 
> pip comand I can install lxml without any problem. I try to understand the 
> system but could not find any reason for this.
> Maybe someone here knows why this is so?
> 
> 
> In short:
> trytond/modules/account $ python setup.py develop
> ERROR: /bin/sh: 1: xslt-config: not found
> Could not find function xmlCheckVersion in library libxml2. Is libxml2 
> installed?
> 
> Here is the full error message:
> http://pastebin.com/JcUm5vBg

So just follow what lxml tells you.

> But no problem installing it with pip (also in virtualenv):
> pip install lxml
> Successfully installed lxml-3.6.4

Because you install the compiled package.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/20161030152720.GH72562%40tetsuo.

Reply via email to