Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems with PyFPE #13

Open
lroma84 opened this issue Nov 24, 2017 · 2 comments
Open

problems with PyFPE #13

lroma84 opened this issue Nov 24, 2017 · 2 comments

Comments

@lroma84
Copy link

lroma84 commented Nov 24, 2017

I have some problems using vk phylo software. I installed all the dependencies and I have this error:
Traceback (most recent call last):
File "/home/luca/miniconda2/bin/vk", line 7, in
from vcfkit.vk import main
File "/home/luca/miniconda2/lib/python2.7/site-packages/vcfkit/vk.py", line 27, in
from utils.vcf import *
File "/home/luca/miniconda2/lib/python2.7/site-packages/vcfkit/utils/vcf.py", line 1, in
from cyvcf2 import VCF as cyvcf2
File "/home/luca/miniconda2/lib/python2.7/cyvcf2/init.py", line 1, in
from .cyvcf2 import (VCF, Variant, Writer, r_ as r_unphased, par_relatedness,
ImportError: /home/luca/miniconda2/lib/python2.7/cyvcf2/cyvcf2.so: undefined symbol: PyFPE_jbuf
Can you help me?
Thank you very much in advance
Luca

@danielecook
Copy link
Contributor

Can you try:

pip install cython --upgrade
pip install cyvcf2 --upgrade

?

@danielecook
Copy link
Contributor

Did this work for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants