reg-gen icon indicating copy to clipboard operation
reg-gen copied to clipboard

Failed RGT installation

Open jkperciaccante opened this issue 2 years ago • 2 comments

I am using python 3.9.7 on MacOS. I get a metadata-generation-failed error in the PyVCF package when I try to install RGT.

image

jkperciaccante avatar May 03 '22 18:05 jkperciaccante

Hi @jkperciaccante

This error was caused by setuptools (ver > 59).

Can you try the following:

pip install setuptools==58
pip install rgt

and see if the problem is solved?

Best, Zhijian

lzj1769 avatar May 04 '22 15:05 lzj1769

installing setuptools=58 allows me to download RGT but when I try rgt-TDF command i get:

pkg_resources.DistributionNotFound: The 'moods-python>=1.9.4.1' distribution was not found and is required by RGT (RGTattempt) jperciaccante@cvri25md Fendrr_mm9 %

even though moods-python 1.9.4.1 was successfully installed

jkperciaccante avatar May 04 '22 16:05 jkperciaccante