Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install hanging #550

Open
peflanag opened this issue Feb 3, 2022 · 4 comments
Open

Install hanging #550

peflanag opened this issue Feb 3, 2022 · 4 comments

Comments

@peflanag
Copy link

peflanag commented Feb 3, 2022

Hi All,

I am trying to install Roary via Conda install Roary but its been hanging now for the last 3 hours.

Any ideas?

Cheers

Screenshot 2022-02-03 at 14 21 34

@AmayAgrawal
Copy link

Hi,

I had the same issue while installing roary using conda. The solution that worked out for me was using mamba to install roary instead of conda. Mamba is a drop-in replacement for conda, offering higher speed and more reliable environment solutions.

If you don't have mamba in your base conda enviroment, just install it in base conda environment using

conda install -c conda-forge mamba

Then after installing mamba, activate your roary environment again. Then type the below commands to install it using mamba:

conda config --add channels r
conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda
mamba install roary

Using the above approach, I was able to install roary in one go

@peflanag
Copy link
Author

peflanag commented Feb 7, 2022 via email

@skbrimer
Copy link

System: Ubuntu 18.04.5 LTS
Conda version: 4.11.0

I was able to install the roary 3.10.2 package, however when I then tried to update to the 3.12 package it seemed to only update the dependencies and not the verison of roary as well. Post conda update roary resulted with roary's version staying at 3.10.2

@Fla1487
Copy link

Fla1487 commented Apr 10, 2024

Dear All,

I have the same problem (I use MacBook Pro M2):

I tried with the suggested code:
conda config --add channels r
conda config --add channels defaults
conda config --add channels conda-forge
conda config --add channels bioconda
mamba install roary

Obtaining:
Could not solve for environment specs
The following package could not be installed
└─ roary does not exist (perhaps a typo or a missing channel).

Any idea to sove this trouble?
Thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants