Can PyVCF be installed in Python3.3? I found some errors when I installed it in Python3.3. Can anyone help me to solve this problem?
I first installed distribute-0.6.36, then use 'python setup.py install' to install PyVCF. When I tried to use PyVCF, then there was the errors.
>>> import vcf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ".\vcf\__init__.py", line 175, in <module>
from vcf.parser import Reader, Writer
File ".\vcf\parser.py", line 24, in <module>
from model import _Call, _Record, make_calldata_tuple
ImportError: No module named 'model'
>>>
your question contains too few details, put the entire traceback and error there not just one line, specify when you get the error, compilation, installation runtime etc.
Thanks Istvan, I have reedit my post.