Closed nlapier2 closed 3 months ago
Hi @nlapier2 ,
This issue is due to currently-evolving interface of LDMatrix
in magenpy
. I haven't published the latest version of viprs
to PyPI yet (still iterating over some improvements). Do you mind trying to install the latest version of viprs
from GitHub directly?
pip install git+https://github.com/shz9/viprs
Let me know If you still see issues with this.
That seems to work -- thanks!
Hello,
I was trying out the Getting Started procedure in a python shell, and the magenpy steps worked, but upon running v = vp.VIPRS(gdl) I got the following error:
This occurred whether I set up conda or a venv following the installation instructions, and whether I used python 3.8 or python 3.11.
Any help is much appreciated.