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

Cannot download repodata: Solving environment: failed with initial frozen solve. Retrying with flexible solve #183

Closed
dheerajdhotre opened this issue Aug 5, 2022 · 7 comments

Comments

@dheerajdhotre
Copy link

While trying to install GetOrganelle using conda, I am getting following error
My network is working fine. I am trying to install it on ubuntu server 20.04
I have updated conda with conda update conda
Please suggest

@dheerajdhotre
Copy link
Author

This is the command I have used. It has taken more than 30 mins and it still shows "Solving environment"
$conda install -c bioconda getorganelle
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment:

@JianjunJin
Copy link
Collaborator

I will create a virtual environment for getorganelle with

conda create -n getorganelle
conda activate getorganelle

then check if you can install it smoothly,

conda install -c bioconda getorganelle

if not, check the solutions here https://stackoverflow.com/questions/63734508/stuck-at-solving-environment-on-anaconda, among which conda config --set channel_priority strict worked for me once.

@dbenner63
Copy link

hello, i tried all above solutions, none that worked. Please help.

@JianjunJin
Copy link
Collaborator

JianjunJin commented Mar 27, 2023

hello, i tried all above solutions, none that worked. Please help.

@dbenner63 Please try to install GetOrganelle using the second approach: https://github.com/Kinggerm/GetOrganelle/wiki/Installation#option-2-using-the-setuppy

@dbenner63
Copy link

hello, i tried all above solutions, none that worked. Please help.

@dbenner63 Please try to install GetOrganelle using the second approach: https://github.com/Kinggerm/GetOrganelle/wiki/Installation#option-2-using-the-setuppy

Hey @JianjunJin this isn’t for Getorganelle this is for Compás Wood. It’s not letting me create the environment based on the repo data provided as per my original post.

@JianjunJin
Copy link
Collaborator

hello, i tried all above solutions, none that worked. Please help.

@dbenner63 Please try to install GetOrganelle using the second approach: https://github.com/Kinggerm/GetOrganelle/wiki/Installation#option-2-using-the-setuppy

Hey @JianjunJin this isn’t for Getorganelle this is for Compás Wood. It’s not letting me create the environment based on the repo data provided as per my original post.

Please leave your msg at Compás Wood, not here. Thanks!

@dbenner63
Copy link

Just for clarification, isn't the repodata for json a Conda issue? or is it a Compas Wood issue?

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

3 participants