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.

Conda smithy package should update conda-build-all

See original GitHub issue

I’ve got this error when trying to run conda smithy regenerate:

/Users/rolando/miniconda3/lib/python3.5/site-packages/conda_build_all/resolved_distribution.py in setup_vn_mtx_case(case)
     20 def setup_vn_mtx_case(case):
---> 21     orig_npy = conda_build.config.config.CONDA_NPY
     22     orig_py = conda_build.config.config.CONDA_PY
     23     orig_r = conda_build.config.config.CONDA_R

AttributeError: module 'conda_build.config' has no attribute 'config'

I’ve updated conda, conda-build, conda-smithy and the issue was gone after updating conda-build-all.

I had an old conda-build-all package:

The following packages will be UPDATED:

     conda-build-all: 0.13.1-py35_0 conda-forge --> 1.0.0-py35_0 conda-forge

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
rmaxcommented, Nov 16, 2016

It’s a bummer that conda-build-all (of any conda command for that matter) has to be installed in the root environment.

If you happen to use conda-build-all 2.x for your own recipes then you will have to downgrade in order to run conda smithy regenerate. Granted that this affects only to feedstock maintainers.

1reaction
jakirkhamcommented, Nov 8, 2016

Yeah, this is an issue with conda-build version 2.0.x compatibility. While it is not strictly a requirement to have conda-build-all version 1.0.0 with newer conda-smithy’s, it may be time to just pin conda-build-all in the recipe to 1.0.0 to avoid confusion. This is not the first time this has come up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

conda-forge/conda-build-all-feedstock - GitHub
A conda-smithy repository for conda-build-all. ... uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available ...
Read more >
Maintaining packages - Conda-Forge
This means if you push a version update to a branch and then create a PR, conda packages will be published to anaconda.org...
Read more >
Conda Smithy - :: Anaconda.org
Info: This package contains files in non-standard labels. linux-64 v2.3.3; win-32 v2.3.3 ... conda install -c "conda-forge/label/broken" conda-smithy
Read more >
conda-smithy: an easy way to build and deploy your ... - Medium
You should be able to see a new repo in your github account. 3. We will now describe on which Anaconda channel we...
Read more >
Release Notes 3.0.0.rc1 - conda-forge/conda-smithy GitHub Wiki
When a rerendering happens, conda-smithy will render the recipe ... for updated pinnings, you only need to check if the package needs a ......
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