reg-gen
reg-gen copied to clipboard
Failed RGT installation
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.
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
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