Skip to content

Commit

Permalink
MAINT: added timestamp to note about dependency issues of lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
pebert committed Dec 30, 2016
1 parent afc6e25 commit 2ba3f72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
Expand Down

0 comments on commit 2ba3f72

Please sign in to comment.