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.

New conda-smithy disables all builds

See original GitHub issue

I’ve just updated to conda-smith 3.1.6, and running conda smithy rerender disables all my builds. I’m guessing this is something to do with the line skip: true # [not py36] in my meta.yml, which should mean only builds on Python 3.6 are done.

See https://github.com/conda-forge/heliopy-feedstock/pull/3 for an example of everything being disabled.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
djsutherlandcommented, Jun 25, 2018

@dstansby The problem is that you have python in host and not in run, which with the new version of conda-build says “I only need Python at build time (and don’t care about the version), I don’t care about it at runtime.” You need python in run to tell conda-build to make different versions of the package for different Python versions.

Sent a PR to fix it to heliopy: https://github.com/conda-forge/heliopy-feedstock/pull/5.

0reactions
jakirkhamcommented, Jun 25, 2018

Thanks @dougalsutherland 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Infrastructure — conda-forge 2022.12.21 documentation
conda-forge/conda-smithy is the right repository to report bugs for ... This command will attempt to update a recipe to the new conda-build 3...
Read more >
conda-forge/conda-smithy: The tool for managing ... - GitHub
conda-smithy is a tool for combining a conda recipe with configurations to build using freely hosted CI services into a single repository, also...
Read more >
Python - Practical System Administration
Next, install conda smithy if you don't have it already. conda install conda-smithy. And then you can render out all the new files...
Read more >
conda-forge/conda-forge.github.io - Gitter
Hi there. I'm attempting to get my first conda-forge recipe building, and have run into an issue that's confusing me. It fails when...
Read more >
Community built python packages for POWER systems in ...
This article will walk you through some tools and steps to build a python conda package for POWER and enable the conda-forge community...
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