jasonsahl/LS-BSR

igs missing? (Your environment is not set correctly. Please add LS-BSR to your PYTHONPATH and try again)

Closed this issue · 2 comments

Hi there,

I cloned LS-BSR from github; did a: python setup.py install; added path to PYTHONPATH

I still got the "environment is not set correctly" message.

Looking into the code, I find it throws here:
try: from igs.utils import functional as func

Now, doing a `find . -name "* igs *" on the LS-BSR directory, all I got was:
./igs_logging.py

Digging around github, I find files in
https://github.com/jasonsahl/Phylomark/tree/master/igs/utils

to which this seems to refer to. But it's not in LS-BSR.

What am I missing?

Best,
Bastien

Addendum: the same applies to the LS-BSR1.01 tarball you release a couple of minutes ago while I was writing this report.

Your latest commit (and 1.011 tarball) fixes the problem, than you very much.