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.

build_conda_pkg failing with dependency error "UnsatisfiableError"

See original GitHub issue

Background Link is here

I saw the following in the log, which didn’t appear in the last successful run before that:

Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
...
failed
...
  File "/opt/conda/lib/python3.8/site-packages/conda/resolve.py", line 352, in find_conflicts
    raise UnsatisfiableError(bad_deps, strict=strict_channel_priority)
conda.exceptions.UnsatisfiableError: The following specifications were found to be incompatible with each other:
...

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
angela97lincommented, Oct 9, 2021
0reactions
angela97lincommented, Oct 8, 2021

Brief update:

Tried capping the versions with no luck, but the issue seems to be with setuptools:

conda has 58.0.4 as the latest version, but pip has 58.2.0 as the latest. My guess is that there’s some issue here where pip tries to install the latest version (58.2.0) but a lot of conda packages are unhappy with this. Here’s my branch to confirm this: https://github.com/conda-forge/evalml-core-feedstock/pull/82.

We still have some issues that were unresolved, hence the failing test, but those are unrelated this this failure!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I resolve the error "UnsatisfiableError" when using ...
When using the Anaconda installation process conda install gurobi to install Gurobi, you may receive an error such as: UnsatisfiableError: ...
Read more >
conda install python=3.6 UnsatisfiableError - Stack Overflow
I currently have Python 3.5.2 installed via Anaconda Continuum. I'm trying to upgrade to Python 3.6 but I'm getting the below error when...
Read more >
Brand new conda install results in "UnsatisfiableError ... - GitHub
Collecting package metadata: done Solving environment: failed ... "conda search <package> --info" to see the dependencies for each package.
Read more >
Installation/Dependency Error biobakery_workflows
I tried to work in different conda environments with different versions of python. When the version was 3.9.5 I got: UnsatisfiableError: The ...
Read more >
UnsatisfiableError when installing specific versions of pytorch ...
Solving environment: failed UnsatisfiableError: The following ... Use "conda info <package>" to see the dependencies for each package.
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