Closed nebfield closed 3 years ago
Also, if you get an error about:
AttributeError: module 'Bio.Seq' has no attribute 'IUPAC'
Then:
conda install biopython==1.72
will fix the issue :smile:
Yes, see issue #78 for clean solution of the same problem.
Hello,
If I follow the instructions to install
integron_finder
with conda:And run
integron_finder -h
to test the install, I get the following ImportError:Manually downgrading pandas fixes the error :tada:
Cheers, Ben