-
Notifications
You must be signed in to change notification settings - Fork 48
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 installs 2023.4.20 with python=3.8, even though support for py3.8 was dropped #598
Comments
thank you for catching this bug and reporting it, @klindsay28! we just need to update the conda-feedstock to reflect this change. i'll ping you once conda-forge/intake-esm-feedstock#24 is merged. |
@klindsay28, this issue should be resolved. let me know if the error is still happening on your end |
Thanks for the quick response @andersy005. However, I'm still getting v2023.4.20 with py38 on my macos laptop, and my CI test still fails. Do you think this change is just something that takes time to propagate through conda-forge? |
Looking at intake-esm at conda-forge, it looks like I'm getting the former, Is there way to get conda-forge to remove this version? |
to remove this broken version from the channel, we just need to open a pull request here: https://github.com/conda-forge/admin-requests/pulls i intend to do this later this afternoon |
Thanks @andersy005 for the fix! |
When I run the command
I get a py38 environment that includes 2023.4.20 of intake-esm,
even though support for py38 was dropped in #564.
If I try to import
intake_esm
inside python running in this environment,I get the error
I'm getting CI failures on a project of mine that uses intake-esm and supports py38.
Is there something that needs to be done to inform conda that 2023.4.20 requires py39 or later?
The text was updated successfully, but these errors were encountered: