Skip to content
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

pinned python lower than 3.8 #376

Merged
merged 2 commits into from
Nov 18, 2019
Merged

pinned python lower than 3.8 #376

merged 2 commits into from
Nov 18, 2019

Conversation

valeriupredoi
Copy link
Contributor

Bunch of packages from our environment are not yet able to deal with python=3.8 that gets picked up automatically by an env update or update all (eg numba and possible a bunch more). Can we get this in asap, please 🍺

Copy link
Member

@bouweandela bouweandela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also pin in meta.yaml?

@bouweandela
Copy link
Member

@jvegasbsc This is one of those cases where it would have been nice not to have numba as a dependency.

@valeriupredoi
Copy link
Contributor Author

fairly sure it's not just Numba that's been caught sleeping, man

@valeriupredoi
Copy link
Contributor Author

Can you also pin in meta.yaml?

done, bro

@bouweandela bouweandela merged commit feb8bba into development Nov 18, 2019
@bouweandela bouweandela deleted the pin_python branch November 18, 2019 08:59
@bjoernbroetz
Copy link
Contributor

Do we need to address this in the https://github.com/ESMValGroup/ESMValTool repository as well?

@zklaus
Copy link

zklaus commented Nov 18, 2019

fairly sure it's not just Numba that's been caught sleeping, man

Could you please post the list? This way we will know when we can move back to normal.

@valeriupredoi
Copy link
Contributor Author

Do we need to address this in the https://github.com/ESMValGroup/ESMValTool repository as well?

no, the environment is restrictive enough not to allow conda to update Python (I just tested)

@valeriupredoi
Copy link
Contributor Author

fairly sure it's not just Numba that's been caught sleeping, man

Could you please post the list? This way we will know when we can move back to normal.

I would have done that if I had a list. Unfortunately it was stopping at Numba compilation. We could turn it off (remove Numba from deps) and try again to see where next it may stop but I think it may be overkill for now

@zklaus
Copy link

zklaus commented Nov 18, 2019

Well, numba is really special in that it is affected by the changes to the internal byte-code format in python 3.8, so if there is no extra reason to belief otherwise it seems reasonable to assume that no other package has problems.

@bouweandela
Copy link
Member

bouweandela commented Nov 18, 2019 via email

@bouweandela
Copy link
Member

bouweandela commented Nov 18, 2019 via email

@stefsmeets stefsmeets mentioned this pull request Oct 8, 2020
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation Installation problem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants