Closed EddieLv closed 2 years ago
Thank you for your feedback. I will look into it, it does seem that the conda build only works for some of the machines (2 out of 3 machines that I tested on can install the package, the other one failed without any detailed error information). Meanwhile, could you try if you can install the package through the git clone + python setup.py way? Thanks.
Thanks for your reply. I successfully installed the Higahi through the git clone way. 1.create a conda env named higashi 2.conda install python==3.9 3.conda install pytorch torchvision torchaudio cpuonly -c pytorch 4.python setup.py install And I can also run Higashi in jupyter notebook.
Thank you for testing! I will try to make the conda install work and more compatible.
My system is linux without gpu,