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

Found conflicts! Looking for incompatible packages. This can take several minutes. UnsatisfiableError: #159

Closed
samanthaconte opened this issue Jun 1, 2021 · 4 comments

Comments

@samanthaconte
Copy link
Collaborator

	conda install -c bioconda pygtftk


	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: failed with initial frozen solve. Retrying with flexible solve.
	Solving environment: \ 
	Found conflicts! Looking for incompatible packages.
	This can take several minutes.  Press CTRL-C to abort.
	failed                                                                                                                                                               

	UnsatisfiableError: 
@dputhier
Copy link
Owner

dputhier commented Jun 1, 2021

Hi Samantha.
This is amazing on a fresh installation of miniconda. @guillaumecharbonnier do you have any idea? It's a bit worrying if it doesn't install... It's not the first time but I'm always at a loss when faced with this uninformative message error.
Best
Denis

@guillaumecharbonnier
Copy link
Collaborator

Hi Samantha,

It is failing because pygtftk, like many bioconda packages, also relies on conda-forge channel.
You should add the channels in this order:
https://github.com/dputhier/pygtftk#installation-through-conda-package-building

It will solve the issue for pygtftk and those packages.

Alternatively, you can ignore the configured channels and install packages using a file like this :
https://github.com/guillaumecharbonnier/mw-lib/blob/master/src/snakemake/envs/pygtftk.yaml
and use

conda env create -f pygtfk.yaml

@dputhier
Copy link
Owner

dputhier commented Jun 2, 2021 via email

@dputhier
Copy link
Owner

Works like a charm.

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