arvkevi / ezancestry

Easy genetic ancestry predictions in Python
https://ezancestry.streamlit.app
MIT License
56 stars 11 forks source link

Dependency issues installing with pip #55

Closed apriha closed 2 years ago

apriha commented 2 years ago

There seems to be a dependency issue that occurs during processing after installing ezancestry with pip, related to cyvcf2. See here. After installing ezancestry and downgrading to cyvcf2==0.30.14, the issue is resolved.

arvkevi commented 2 years ago

Hey @apriha I pinned cycvf<=0.30.14 and cut a new release on pypi, can you see if that did the trick.

apriha commented 2 years ago

Hey @arvkevi , that worked. Thanks again!