-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issues with boa 0.17.0 #81
Comments
It seems that this PR includes the changes that are missing, i.e. adding
However, it looks like this should be:
(Here I just added |
Missed the notification here, sorry; a new build with the dependency fix provided by @ccordoba12 in gh-82 should be available shortly. |
The missing |
Many thanks. Will test after the Easter break. Thanks for the clarification about the conda-build pin too. |
A quick note to mention that with the new build we're still seeing the second error mentioned above by @lohedges in our CIs: File "/home/runner/miniconda3/envs/bss_build/lib/python3.9/site-packages/conda/core/solve.py", line 1152, in diff_for_unlink_link_precs
assert isinstance(final_precs, IndexedSet)
AssertionError |
Then we may want to add |
For cases that prevent |
Solution to issue cannot be found in the documentation.
Issue
As of yesterday our CI (using boa to build our pacakges) is failing because of the update to boa 0.17.0. This happens on all platforms and all python variants. There appear to be two issues:
boltons
dependency is missing:boltons
I then run into the following assertion error:Downgrading to 0.16.0 fixes the issues. I've checked the release notes here and don't see any obvious changes that would break things (or relevant issue threads). I can also report upstream if desired.
Cheers.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: