-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'itervalues' from 'conda.common.compat' #4481
Labels
duplicate::primary
if an issue/PR has duplicates, this is the consolidated, primary issue/PR
in-progress
issue is actively being worked on
locked
[bot] locked due to inactivity
severity::1
blocker; broken functionality with no workaround
source::community
catch-all for issues filed by community members
type::bug
describes erroneous operation, use severity::* to classify the type
type::tech-debt
identifies or resolves some technical debt
Comments
This was referenced May 27, 2022
3 tasks
chenghlee
added a commit
to AnacondaRecipes/repodata-hotfixes
that referenced
this issue
May 27, 2022
conda 4.13.0 removed older code that break conda-build <=3.21.8; work around for conda/conda-build#4481
chenghlee
added a commit
to AnacondaRecipes/repodata-hotfixes
that referenced
this issue
May 27, 2022
conda 4.13.0 removed older code that break conda-build <=3.21.8; work around for conda/conda-build#4481
Does this necessitate a patch/minor release in conda-build or what's the timeline for releasing this fix widely? |
I have seen feedstock builds fail due to this already.
Il ven 27 mag 2022, 18:00 ngam ***@***.***> ha scritto:
… Does this necessitate a patch/minor release in conda-build or what's the
timeline for releasing this fix widely?
—
Reply to this email directly, view it on GitHub
<#4481 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAU74CZS46D3YHLE5NV3YLTVMDWTHANCNFSM5XCZK3CA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
chenghlee
added a commit
to chenghlee/conda-forge-repodata-patches-feedstock
that referenced
this issue
May 27, 2022
Conda 4.13.0 removed some deprecated code that broke older releases of conda-build (xref: conda/conda-build#4481). A patch was back-ported to conda-build 3.21.8 build 1 (conda-forge/conda-build-feedstock#176), but older versions need repodata patching so they don't unexpectedly break.
5 tasks
chenghlee
added a commit
to AnacondaRecipes/repodata-hotfixes
that referenced
this issue
May 28, 2022
conda 4.13.0 removed older code that break conda-build <=3.21.8; work around for conda/conda-build#4481
4 tasks
2 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
duplicate::primary
if an issue/PR has duplicates, this is the consolidated, primary issue/PR
in-progress
issue is actively being worked on
locked
[bot] locked due to inactivity
severity::1
blocker; broken functionality with no workaround
source::community
catch-all for issues filed by community members
type::bug
describes erroneous operation, use severity::* to classify the type
type::tech-debt
identifies or resolves some technical debt
This line
conda-build/conda_build/utils.py
Line 2085 in 1ed8da0
from conda.common.compat import itervalues
which was removed from conda 4.13. See also conda/conda#11364The text was updated successfully, but these errors were encountered: