zhangrengang / OGAP

OGAP: Organelle Genome Annotation Pipeline
GNU General Public License v3.0
7 stars 4 forks source link

ImportError: cannot import name 'izip' from 'itertools' (unknown location) #1

Open theo-allnutt-bioinformatics opened 4 months ago

theo-allnutt-bioinformatics commented 4 months ago

OGAP.py Arabidopsis_thaliana-mt.gb -mt -o mt_out Traceback (most recent call last): File "/g/data/nm31/bin/OGAP/OGAP.py", line 7, in from itertools import izip, combinations ImportError: cannot import name 'izip' from 'itertools' (unknown location)

zhangrengang commented 4 months ago

python2 is needed.