-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Unable to downgrade in an environment after installing arrow-14
#1223
Comments
This should work out of the box, and not need specific support. Could you please try again with the newest mamba and see if the issue persists? I understand that it's annoying to run into such corner cases - in the meantime, the workaround is to recreate the environment with arrow 13. |
It's same issue with latest
|
Noticing conflicts with Would it make sense to add metapackages to Arrow 13 matching those created in Arrow 14? They could just depend on Arrow 13's |
Yeah, this is the likely cause. Mamba pins current packages in the environment and is then unable to remove the
TBH I'm against that, because one could make the same argument about downgrading to arrow 12 or 11 (still maintained too), and I'd like to not muddy the waters here.
IMO this is a bug in mamba that we should get fixed. |
Is it an issue in Mamba or libsolv? Is there an existing issue open? |
@galipremsagar @jakirkham |
Moving across arrow versions in a conda environment seems to be not possible after we install
arrow=14
packages, is there a plan to support this downgrade in future?The text was updated successfully, but these errors were encountered: