conda-build
version 24.5.0
assigns values to frozendict
keys: results in internal errors
#5342
Labels
in-progress
issue is actively being worked on
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
Milestone
Checklist
What happened?
Starting in
conda-build
version24.5.0
,frozendict
s have been used in a few places. For example PR ( #5284 ) looks potentially relevant. Unfortunately it appears they are being used in places where assignments happen, which causes errorsFore example, recently tried to build this recipe using this variant file on Windows. The exact same recipe worked a month ago with
conda-build
version24.3.0
, but withconda-build
version24.5.0
it encounters the following error:More details (with full logs) about both
conda-build
version24.3.0
and24.5.0
builds in this comment: conda-forge/cuda-nvtx-feedstock#16 (comment)Conda Info
Conda Config
Conda list
Additional Context
Here is the PR used for testing: conda-forge/cuda-nvtx-feedstock#16
Here is the state of the feedstock during the build: https://github.com/conda-forge/cuda-nvtx-feedstock/tree/f4f4da08ab69ed665ddbf4d062088a9fd8af0d7b
Should be able to reproduce by running:
conda-build -m .ci_support\win_64_.yaml recipe
The text was updated successfully, but these errors were encountered: