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.

`noarch` with dep(s) not built on all systems

See original GitHub issue

What is the policy on noarch builds which have dependencies that are not built for all systems? Are these valid noarch recipes? Attn: @scopatz @conda-forge/staged-recipes

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
djsutherlandcommented, Jan 15, 2018

If you make a noarch package depending on a package only available on a different python version, where here stupid-dummy-dep is a noarch package depending on enum34 but trying to be installed on python 3.6:

UnsatisfiableError: The following specifications were found to be in conflict:
  - python 3.6*
  - stupid-dummy-dep -> enum34 -> ordereddict -> python 2.6*
Use "conda info <package>" to see the dependencies for each package.

If you make a noarch package with a dependency only available on a different architecture, where here stupid-dummy-maconly is a noarch package, stupid-dummy is a package only available on Mac (sorry for bad names, they should probably be swapped), and I’m trying to install it on Linux:

PackageNotFoundError: Packages missing in current channels:

  - stupid-dummy-maconly -> stupid-dummy

We have searched for the packages in the following channels:
[...]

Pretty informative error messages, IMO, which makes me 👍 for allowing this.

1reaction
jakirkhamcommented, May 14, 2018

Closing as this is now documented thanks to PR ( https://github.com/conda-forge/conda-forge.github.io/pull/567 ).

Thanks everyone 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

RHEL 8.6 to RHEL 9 LEAPP Failing install leapp-upgrade -y
Updating Subscription Management repositories. Dependencies resolved. Package Architecture Version Repository Size. Removing: leapp noarch 0.14.
Read more >
noarch packages are incompatible with pinned Python versions
When you specify the Python version in the meta.yaml file, this causes noarch packages to fail to build. ... Possible workaround is to...
Read more >
centos - How do I install an rpm that complains about rpmlib ...
In this case, it is referring to particular features of the rpm library. error: Failed dependencies: rpmlib(FileDigests) <= 4.6.0-1 is needed by epel-release-6- ......
Read more >
check_noarch — Bioconda documentation
The recipe should be noarch and not use python based skipping ... deps – Dictionary mapping requirements occurring in the recipe to their...
Read more >
Fedora Packaging Guidelines
Architecture Build Failures; Noarch with Unported Dependencies ... If the arched package that your package deps on isn't available on all architectures ......
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