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

Incompatible specifications using Conda installation with Python 3.9 #58

Open
Gerlex89 opened this issue Jan 2, 2022 · 1 comment
Open

Comments

@Gerlex89
Copy link

Gerlex89 commented Jan 2, 2022

Hi all,

I have tried to solve the installation using the bioconda channel. However I cannot figure out how to make it work and apparently the problem comes from having Python 3.9.7 installed. This is for an installation in server and would be practical to avoid the hard coding of the pathway to the files.

Updating conda does not work in this case. Before of this I ran conda install anaconda (already installed) and solved issues for other packages with other tools, but not for MinIONQC.

~$  conda install -c bioconda r-minionqc
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.                                                  failed                                                                                                   

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Package libgcc-ng conflicts for:
python=3.9 -> libgcc-ng[version='>=7.3.0|>=7.5.0']
python=3.9 -> zlib[version='>=1.2.11,<1.3.0a0'] -> libgcc-ng[version='>=7.2.0']

Package tk conflicts for:
r-minionqc -> r-base[version='>=3.6,<3.7.0a0'] -> tk[version='>=8.6.8,<8.7.0a0']
python=3.9 -> tk[version='>=8.6.10,<8.7.0a0']

Package ncurses conflicts for:
python=3.9 -> ncurses[version='>=6.2,<7.0a0']
python=3.9 -> readline[version='>=8.0,<9.0a0'] -> ncurses[version='>=6.1,<7.0a0']The following specifications were found to be incompatible with your system:

  - feature:/linux-64::__glibc==2.27=0
  - feature:|@/linux-64::__glibc==2.27=0

Your installed version is: 2.27
@Gerlex89 Gerlex89 changed the title Incompatible specifications using Installation with Conda using Python 3.9 Incompatible specifications using Conda installation with Python 3.9 Jan 2, 2022
@Gerlex89
Copy link
Author

Gerlex89 commented Jan 6, 2022

Solved at least as environment:

conda create -n minion -c bioconda r-minionqc=1.4.2

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

1 participant