ma-compbio / Higashi

single-cell Hi-C, scHi-C, Hi-C, 3D genome, nuclear organization, hypergraph
MIT License
79 stars 10 forks source link

Conda install doesn't work as expected #20

Closed Dududu233 closed 2 years ago

Dududu233 commented 2 years ago

I tried to install higashi with 'conda install -c ruochiz higashi', but get an error feature:/linux-64::glibc==2.27=0 feature:|@/linux-64::glibc==2.27=0

image

I don't know how to solve this problem. Or which version of glibc should I use。

ruochiz commented 2 years ago

Hi,

Thanks for your interest. I'm still working on this issue. Somehow the conda compilation only works for some environment while failing to solve on others (I can reproduce this error on some of the machines). I'm still working on that. Meanwhile, you could try to install it with the python setup.py install method. Thanks