Older versions of conda-build
don't work with conda
due to removed get_prefix
#5026
Closed
2 tasks done
Labels
in-progress
issue is actively being worked on
locked
[bot] locked due to inactivity
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
Disclaimer:
I would like to put this here not to seek a solution from the conda-build side but to document the solution for others who run into the same issue. The only solution I can think of would be to do bugfix releases for multiple previous conda-build versions in which a version requirement like
conda<=3.29
would be introduced. This seems not feasable though.Issue:
Using conda 23.9.0 with conda-build 3.21.9 causes the following error upon running
conda build
. The issue seems to be caused by an API change inconda
, which removed theget_prefix
function (although I could only track down a deprecation so far).Solution:
Update conda-build to >= 3.27
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: