You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to install iss, I ran into this issue:
Traceback (most recent call last):
File "/Users/aaziz/miniforge3/envs/test/bin/iss", line 6, in <module>
from iss.app import main
File "/Users/aaziz/miniforge3/envs/test/lib/python3.7/site-packages/iss/app.py", line 13, in <module>
from iss.generator import (
File "/Users/aaziz/miniforge3/envs/test/lib/python3.7/site-packages/iss/generator.py", line 14, in <module>
from Bio.SeqUtils import gc_fraction
ImportError: cannot import name 'gc_fraction' from 'Bio.SeqUtils' (/Users/aaziz/miniforge3/envs/test/lib/python3.7/site-packages/Bio/SeqUtils/__init__.py)
Hi,
While trying to install iss, I ran into this issue:
The version of biopython was:
It's pinned:
Reinstalling it in a fresh conda envrionment, I have no issue running the
iss generate
command:biopython versions are crazy, maybe a more strict version pinning would avoid the above issue.
Thanks!
The text was updated successfully, but these errors were encountered: