gtonkinhill / fastbaps

A fast approximation to a Dirichlet Process Mixture model (DPM) for clustering genetic data
MIT License
58 stars 8 forks source link

conda install stuck on solving environment in WSL2 #21

Closed CaileanCarter closed 2 years ago

CaileanCarter commented 2 years ago

I have been trying to do the conda install using the command suggested in the README.md, however, it has been stuck on solving the environment for several hours. I've been trying to download the package on the Windows Subsystem for Linux 2.

image

gtonkinhill commented 2 years ago

Hi,

I don't have experience with getting r-fastbaps to run on windows so I am not sure if I can be of much help. I generally prefer to install R packages directly rather than using conda as it can start to struggle when you have a few different packages installed. Another option would be to try the mamba solver rather than the default conda one.

CaileanCarter commented 2 years ago

Managed to install via RStudio

ezxpro commented 2 years ago

Managed to install via RStudio

How?

CaileanCarter commented 2 years ago

Apologies for not clarifying. My initial intention was to use the command-line script option in WSL which I was unable to download via conda. Instead, I ran the normal install in RStudio on Windows without conda or WSL, and it worked perfectly. The install via conda issue still persists.