Conda smithy package should update conda-build-all
See original GitHub issueI’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:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s a bummer that
conda-build-all
(of any conda command for that matter) has to be installed in theroot
environment.If you happen to use
conda-build-all
2.x
for your own recipes then you will have to downgrade in order to runconda smithy regenerate
. Granted that this affects only to feedstock maintainers.Yeah, this is an issue with
conda-build
version2.0.x
compatibility. While it is not strictly a requirement to haveconda-build-all
version1.0.0
with newerconda-smithy
’s, it may be time to just pinconda-build-all
in the recipe to1.0.0
to avoid confusion. This is not the first time this has come up.