Open ne1al opened 1 year ago
I have recently run into this issue as well. I have used sibeliaz in the past with no problems, but am having issues with installation on a new environment. I am also having issues installing the tool on a local machine. Are you still maintaining the code?
Hi, @coryVkeith I do try my best to maintain the code. I will try to reproduce the error and get back to you.
I tried to install sibeliaz afresh today and it worked perfectly with "conda install -c bioconda sibeliaz" so it seems to have been updated. Looking forward to trying it out now, thanks!
@aforestsomewhere thank you! I will give it a try
Hello, I am trying to install SibeliaZ on a conda environment using the following codes:
conda install -c bioconda sibeliaz
andconda install sibeliaz
but I keep getting the error:`Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're looking for, navigate to
and use the search bar at the top of the page.` Any advice?