-
Notifications
You must be signed in to change notification settings - Fork 92
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
add apache-beam to pangeo-notebook #331
Conversation
/condalock |
/condalock |
Not sure what is going on here. The last lock failed with this error:
Earlier I got this error:
|
If there is an incompatible set of packages, the conda/mamba messages can be really confusing trying all sorts of older versions and apparently different python versions even if it's pinned to 3.9*.... A strategy for these situations it to explicitly pin the package you're trying to add to its most recent version (
|
So oddly enough... @jhamman we need to update the intake-stac conda-forge feedstock which is out of sync with requirements.txt |
/condalock |
https://conda.anaconda.org/conda-forge/linux-64/arrow-cpp-8.0.0-py39heccc63a_1_cpu.tar.bz2#300ebd380aae1fe0bbf04ff1424b042e | ||
https://conda.anaconda.org/conda-forge/linux-64/arrow-cpp-6.0.1-py39h15c4769_19_cpu.tar.bz2#049c51026ed6a8a9a02a3ae27e07172e |
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.
just noting seems like a big drop?
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.
huh! I wonder why they have this pinned to pyarrow >=0.15.1,<7.0.0
https://conda.anaconda.org/conda-forge/linux-64/pyarrow-8.0.0-py39h42d110c_1_cpu.tar.bz2#9a6fd682c08e88c5b0e18ba84916b2b8 | ||
https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.12.3-py39hf3d152e_8.tar.bz2#466425e3ee3b190e06b8a5a7098421aa | ||
https://conda.anaconda.org/conda-forge/linux-64/pyarrow-6.0.1-py39h42d110c_19_cpu.tar.bz2#ce21bb03b644c34f5626a872fa393e2d |
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.
note pyarrow drop from 8.0 -> 6.0, also pyqt is finally gone b/c of new parcels
package!
despite adding apache-beam here the image size actually dropped by 600MB b/c of removing pyqt in parcels 🎉
|
This PR adds apache-beam to the Pangeo-Notebook.
xref: pangeo-forge/pangeo-forge-recipes#256, #328