-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Build 14 of 5.0.0 on Windows causes broken environment #635
Comments
It seems the constraint for Windows was added here: #602 |
Likely caused by aws/aws-sdk-cpp#1809, see https://issues.apache.org/jira/browse/ARROW-15141. The question remains about marking previous builds as broken. Unfortunately, there are situations where conda settles for an earlier build due to the versioning scheme which reuses major, minor and patch components. That way, later builds (of, say 5.0.0) are not picked up properly, as they would downgrade the |
Yes, please mark them as broken. I don't have to make a PR to admin-requests this week but would be happy to merge one. |
The builds since then have all been pinning aws-sdk-cpp 1.8.*; as of #875 we're now back to 1.9.x - would appreciate if you could test whether the issue still persists, @robert-schmidtke! I'll leave this issue open for a couple more days, but after that I'll close it. |
Hey @h-vetinari, thanks for following up! I gave it a go and looks resolved to me! For the record: Environment ( conda list ):
Details about conda and system ( conda info ):
|
Seems I never got around to saying thanks for testing here @robert-schmidtke - better late than never, I hope 😅 |
Issue:
Build 13 allows
aws-sdk-cpp
1.9.120, which causes the following issue when working withawswrangler
, for example.Build 14 and above have a dependency on 1.8.186, which resolves this issue. When installing the package, conda stops looking at builds larger than 13, because of the "downgrade" on
aws-sdk-cpp
. Would you say it makes sense to mark build 13 as broken on conda to circumvent this? I have not checked whether previous builds also allowaws-sdk-cpp
1.9.120, so this would apply to them as well.Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: