genid / Yleaf

Yleaf software for human Y-chromosomal haplogroup inference from next generation sequencing data
GNU General Public License v3.0
23 stars 10 forks source link

Error indicated when running Yleaf installed with conda on CentOs #13

Closed thierrygrange closed 1 year ago

thierrygrange commented 1 year ago

After a conda install of Yleaf on Centos 7, I receive the following error message. This does not prevent the run but it indicates a problem: Error processing line 1 of /home/grange/miniconda2/envs/yleaf/lib/python3.7/site-packages/distutils-precedence.pth:

Traceback (most recent call last): File "/home/grange/miniconda2/envs/yleaf/lib/python3.7/site.py", line 168, in addpackage exec(line) File "", line 1, in ModuleNotFoundError: No module named '_distutils_hack'

Any suggestions of script modification or of why this module is not installed?

Thanks

Thierry

6bass6 commented 1 year ago

Thank you for your comment.

It appears the issue can be solved installing the following package:

pip install -U pip setuptools

Unfortunately, the last developer that worked on Yleaf is no longer employed by us and there is no replacement yet. Once we have a new developer, we can look into modifying the script to prevent this error from occuring.

Best wishes, Arwin