-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conda build 3.27.1 fails with libmamba solver with key error then an assert error when key error corrected #363
Comments
FYI, we use a local Artifactory instance to host our internal packages and a conda-forge cache, and we are still unable to build conda packages unless we set Traceback
This happens with:
|
We just released 23.12.0, which should alleviate this when paired with |
Still fails with |
Checklist
What happened?
This is a continuation of issue conda/conda-build#4991. After running the new version the same exception occured at conda/export.py, line 208
Per a recommendation line 208 in conda/exports.py was replaced locally with and tested:
actions["LINK"] = [index.get(d, d) for d in actions["LINK"]]
This seemed to address the
KeyError
but a newAssertError
occurs:Conda Config
Conda list
Additional Context
See conda/conda-build#4991
The text was updated successfully, but these errors were encountered: