kr-colab / diploSHIC

feature-based deep learning for the identification of selective sweeps
MIT License
49 stars 14 forks source link

Installation in Windows #43

Closed vkhanna7 closed 1 year ago

vkhanna7 commented 2 years ago

I have anaconda installed in Windows. Is it possible to install the software in windows? I am running into an error when I try to do it "note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for diploSHIC Failed to build diploSHIC ERROR: Could not build wheels for diploSHIC, which is required to install pyproject.toml-based projects"

Would really appreciate it if anyone can help. Thanks

andrewkern commented 2 years ago

hi @vkhanna7 -- are you running Windows 11? If so, I think the best way to do this would be to use wsl. If you open a wsl session and then use conda from within the linux sublayer you should be all set... at least I think so?