-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
try installing bzip2 #17698
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
try installing bzip2 #17698
Conversation
Hitting There were some changes to the compiler |
Second failure is due to conda/conda#6030 |
maybe fix the version of mini conda installer for now (to most recent before bug) |
@@ -148,6 +148,9 @@ if [ -e ${REQ} ]; then | |||
time bash $REQ || exit 1 | |||
fi | |||
|
|||
# test commit | |||
conda install bzip2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we need this is should be somewhat selective and should skip tests if it's not installed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's an issue with the recipe in the defaults channel. It's being rebuilt.
I'm kind of surprised that pytables doesn't raise an exception on write here. They fall back to zlib with a warning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep u to want to raise an issue there
Sure, I'll open another PR for that. Will keep testing on this one |
Just testing this out. xref #17696