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
#93 added conda-build 3 API compatibility, but did not add support for actually building recipes that use the features of conda-build 3.
This is a meta-issue for items that crop up:
AssertionError: modifying metadata after finalization (sorry, don't have the traceback to hand, but it comes from resolved_distribution getattr (line 45).
Computed binary filename from conda-build-all is different to what conda-build reports. This is because of the hash that gets generated is missing in conda-build-all.
Fixing these things is a pretty deep exercise, and if this is going to get fixed, conda-build-all will cease support for conda-build <3.
The text was updated successfully, but these errors were encountered:
#93 added conda-build 3 API compatibility, but did not add support for actually building recipes that use the features of conda-build 3.
This is a meta-issue for items that crop up:
AssertionError: modifying metadata after finalization
(sorry, don't have the traceback to hand, but it comes from resolved_distribution getattr (line 45).Fixing these things is a pretty deep exercise, and if this is going to get fixed, conda-build-all will cease support for conda-build <3.
The text was updated successfully, but these errors were encountered: