question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UnsatisfiableError happens, but without output

See original GitHub issue

Describe the bug env : aarch64 arm conda : conda4aarch64

when i try to install librosa, i get an unsatisfiable error. but i can’t see any output in fact…

and i try to find out what conflict i got, but when i check all of dep, i get nothing wrong also, my numba channels is set as mentioned conda list |grep numba numba 0.49.1 np1.11py3.7h39e3cac_gd2cac8597_0 numba

- audioread >=2.0.0
  - decorator >=3.0.0
  - joblib >=0.12.0
  - matplotlib-base >=1.5.0
  - numba >=0.38.0
  - numpy >=1.15.0
  - pysoundfile >=0.9.0
  - python
  - resampy >=0.2.0
  - scikit-learn >=0.14.0,!=0.19.0
  - scipy >=1.0.0
  - setuptools
  - six >=1.3
This can take several minutes.  Press CTRL-C to abort.
failed                                                                                                                                                                                                                      

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

Output in format: Requested package -> Available versions

To Reproduce

conda install librosa
or
conda install -c conda-forge librosa
or
conda install librosa==0.7.2 (0.6.3 with same error)

Expected behavior install successfully

Desktop (please complete the following information):

  • OS: aarch64 centos

Additional context Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
jmtobin-uhcommented, Jan 25, 2021

What was your solution @maerd7?

1reaction
bmcfeecommented, May 27, 2020

Ok, well I’m going to mark this solved-by-banana then. Thanks for getting back with the versions though! 🍌

Read more comments on GitHub >

github_iconTop Results From Across the Web

python 3.x - conda install: UnsatisfiableError:? - Stack Overflow
I solved this by creating a new conda environment and using an earlier ... this problem when package conflicts occur and has been...
Read more >
How do I resolve the error "UnsatisfiableError" when using ...
When this happens, it indicates that your Python version is not compatible with the current Gurobi version. This generally means that your ...
Read more >
cannot update anaconda navigator unsatisfiableerror - You.com
Trying to update anaconda but keep getting UnsatisfiableError when I do it ... I've searched the internet but no solution works. ... Here's...
Read more >
Reproducible and upgradable Conda environments with ...
UnsatisfiableError: The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available ...
Read more >
conda/conda-build - Gitter
Would I need to configure two separate build recipes so that I have one conda package with the optional dependency and one without...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found