I tried to install bx-python (https://github.com/bxlab/bx-python) with pip
pip install bx-python
from my anaconda path. The exception I got was
Exception: please set LZO_DIR to where the lzo source lives
I am not sure where this lzo source is living and why I have to set it.
Could you explain me why this error is happening and how to fix it? Thanks!
Python 2.7 on Windows
You need lzo sources because
bx-pythondepends onpython-lzoandpython-lzois only distributed in source form in C hencepipwants to compile it and for compilationpython-lzorequires lzo sources. You have to installliblzo2.