Hi,
I know it's hard to keep dependencies up to date, so I just want to share how I was able to create an environment where READ would run. I used mamba, and this is the exact command:
mamba create -n readv2Env python=3 pandas numpy matplotlib conda-forge::libgcc-ng=12 bioconda::plinkio
In case others are having issues, try the above!
Best,
Andrew