-
Notifications
You must be signed in to change notification settings - Fork 131
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
Fix conda build #2026
Fix conda build #2026
Conversation
pfff no dice man, dependency error 😢 |
I've just tried this on my machine with a miniconda 3 for Python3.9 and conflicts creep up there too, making the solving go into slow mode, at least the memory is getting shored up at about 3GB now (still high); let me see if I can pin more stuff and try again |
I had conflicts for Python>=3.6, but succeded for python >=3.7 |
Too bad it didn't work, I saw the build going past solving the |
@jvegasbsc can you commit please, we should be able to see the CI work though it, I can't get it to work no matter how many permutations I'd try on my machine and frankly am completely fed with trying 😆 |
what a turkey - conflict again! @jvegasbsc how did you get yours to work with pinning py at 3.7? |
I also changed the version number to 2.2.0, try that |
Also, the job will fail anyway because the tests are failing, but that should be fixed in other PR |
yeah I just approved #2027 where that gets fixed, I just want to see the env being solved without Exit code 137 😁 |
@jvegasbsc you're a bloody genius! I just tested your solution with miniconda3 for Python39 (not the one labeled |
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.
Finally!
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.
@jvegasbsc 👏 🍺 and a small beer for me for identifying python as the troublemaker 😁
and the github actions are now all green and I have just got the news that my work contract has switched to permanent, good news all round 😁 |
Description
Pinning some packages in the requirements section of the
esmvaltool
metapackage seems to fix the build.Before you get started
Checklist
It is the responsibility of the author to make sure the PR is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.
pre-commit
oryamllint
checksTo help with the number pull requests: