-
Notifications
You must be signed in to change notification settings - Fork 270
Description
Describe the bug
A clear and concise description of what the bug is.
I tried to install MACS3 by running: conda install -c bioconda macs3 . It did not work.
To Reproduce
Steps to reproduce the behavior. If possible, could you share the data with us?
Expected behavior
A clear and concise description of what you expected to happen.
Install easily and successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
HP-Z440-Workstation:~# conda install -c bioconda macs3
Channels:
- bioconda
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides python 3.4* needed by hmmlearn-20151031-py34_0
Could not solve for environment specs
The following packages are incompatible
├─ macs3 =* * is installable with the potential options
│ ├─ macs3 [3.0.1|3.0.2|3.0.3] would require
│ │ └─ python_abi =3.10 *_cp310, which does not exist (perhaps a missing channel);
│ ├─ macs3 [3.0.1|3.0.2] would require
│ │ └─ python_abi =3.11 *_cp311, which does not exist (perhaps a missing channel);
│ ├─ macs3 3.0.1 would require
│ │ └─ hmmlearn =0.3 *, which does not exist (perhaps a missing channel);
│ ├─ macs3 [3.0.1|3.0.2|3.0.3] would require
│ │ └─ python_abi =3.9 *_cp39, which does not exist (perhaps a missing channel);
│ ├─ macs3 [3.0.2|3.0.3] would require
│ │ └─ libzlib >=1.3.1,<2.0a0 *, which does not exist (perhaps a missing channel);
│ └─ macs3 3.0.2 would require
│ └─ hmmlearn >=0.3.2 * with the potential options
│ ├─ hmmlearn 20151031 would require
│ │ └─ python [=2.7 *|>=2.7,<2.8.0a0 *], which can be installed;
│ ├─ hmmlearn 20151031 would require
│ │ └─ python =3.4 *, which does not exist (perhaps a missing channel);
│ ├─ hmmlearn 20151031 would require
│ │ └─ python [=3.5 *|>=3.5,<3.6.0a0 *], which can be installed;
│ └─ hmmlearn 20151031 would require
│ └─ python [=3.6 |>=3.6,<3.7.0a0 ], which can be installed;
└─ pin on python 3.12. = * is not installable because it requires
└─ python =3.12 *, which conflicts with any installable versions previously reported.
Pins seem to be involved in the conflict. Currently pinned specs:
- python=3.12
System (please complete the following information):
- OS: --name option ignored when using -nolambda option (running macs14 on Ubuntu12.10) #17~24.04.2-Ubuntu
- Python 3.12.2
Additional context
Add any other context about the problem here.