kauwelab / PolyRiskScore

PRSKB is a website and command-line interface tool for calculating polygenic risk scores using GWA studies from the NHGRI-EBI Catalog.
26 stars 1 forks source link

PyVCF Compatibility with Python 3.11+ #435

Open miller34 opened 4 months ago

miller34 commented 4 months ago

Some users are reporting an issue with ModuleNotFoundError: No module named 'model' using PyVCF in Python. 3.11.3 While there may be a workaround listed herehttps://stackoverflow.com/questions/76205562/modulenotfounderror-no-module-named-model-using-pyvcf-in-python-3-11-3 it's currently recommended to use a python version <3.11 while we work on fixing the issue.