You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In conda-build v24.3.0, the code was updated to use liblief 0.14. It is possible to install the current version of conda build whilst having an older version of liblief installed, which then can cause conda-build to not work. I would suggest pinning py-lief to >=0.14 to ensure only the correct versions are installed.
conda-build=24.3 was updated with support for LIEF 0.14 but still supports older versions of LIEF.
The memory issue introduced in that process has been fixed in conda-build=24.5.1 which should be available on conda-forge shortly.
Comment:
In conda-build v24.3.0, the code was updated to use liblief 0.14. It is possible to install the current version of conda build whilst having an older version of liblief installed, which then can cause conda-build to not work. I would suggest pinning py-lief to >=0.14 to ensure only the correct versions are installed.
Of course, there are memory issues with liblief=0.14, but I think it is still a requirement for 24.3.0 conda-build.
The text was updated successfully, but these errors were encountered: