SUPPA icon indicating copy to clipboard operation
SUPPA copied to clipboard

missing lib.tools

Open theokirkland opened this issue 4 months ago • 1 comments

I am trying to run SUPPA on a mac. I have the program installed with conda. When I run the following command

theoneal@MacBook-Pro ~/opt/anaconda3/pkgs/suppa-2.3-py36_1/bin $ python3 suppa.py --help

I get

$ python3 suppa.py --help Traceback (most recent call last): File "/Users/theoneal/opt/anaconda3/pkgs/suppa-2.3-py36_1/bin/suppa.py", line 11, in import psiPerGene as psiPerIsoform File "/Users/theoneal/opt/anaconda3/pkgs/suppa-2.3-py36_1/bin/psiPerGene.py", line 14, in from lib.tools import * ModuleNotFoundError: No module named 'lib'

Any ideas?

Thanks Theo

theokirkland avatar Feb 14 '24 19:02 theokirkland