Hi all, I am trying to use python module pyvcf 0.6, did anyone try before?
I download it from http://pypi.python.org/pypi/PyVCF/0.6.0 , and I tried to run the test using
$ python setup.py test
then I got such errors:
from ordereddict import OrderedDict
ImportError: No module named ordereddict
Any suggestions?
I download it from http://pypi.python.org/pypi/PyVCF/0.6.0 , and I tried to run the test using
$ python setup.py test
then I got such errors:
from ordereddict import OrderedDict
ImportError: No module named ordereddict
Any suggestions?
Comment