From 2ba3f72dcf139738b7ebb53546deffc9a961f0ef Mon Sep 17 00:00:00 2001 From: Peter Ebert Date: Fri, 30 Dec 2016 10:17:39 +0100 Subject: [PATCH] MAINT: added timestamp to note about dependency issues of lxml --- validation/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/validation/README.md b/validation/README.md index 1011c22..08e0df5 100644 --- a/validation/README.md +++ b/validation/README.md @@ -14,6 +14,8 @@ environment for Python2 or Python3 (whichever you prefer) using the [Conda](http #### Attention +Note from: 2016-12-29 + Due to some dependency issues of *lxml*, it has to be installed from within the activated Conda environment. That is why, in the Conda YAML files, the line `- lxml=3.*` is commented out - see also here: [Github issues](https://github.com/conda/conda/issues/4093) @@ -26,7 +28,7 @@ In case you want to use the Conda package manager, you can create the environmen $ conda env create -f conda_py3_mdvalid.yml ## wait for setup to complete $ source activate py3valid -## next line: workaround solution +## next line: workaround solution - 2016-12-29 $ pip install lxml ## wait for installation to complete ## run the script; see below