Sean Harkins
05/20/2021, 10:56 PMvirtualenv
which contains the necessary dependencies works and the flow runs as expected. But registering the flow from a conda environment I receive this unpickling error when running.Sean Harkins
05/20/2021, 10:57 PMFailed to load and execute Flow's environment: StorageError('An error occurred while unpickling the flow:\n AttributeError("Can\'t get attribute \'PandasIndex\' on <module \'xarray.core.indexes\' from \'/srv/conda/envs/notebook/lib/python3.8/site-packages/xarray/core/indexes.py\'>")')
Sean Harkins
05/20/2021, 10:58 PMSean Harkins
05/20/2021, 10:58 PMKevin Kho
Sean Harkins
05/20/2021, 11:25 PMKevin Kho
Sean Harkins
05/20/2021, 11:29 PMSean Harkins
05/20/2021, 11:31 PMKevin Kho
Sean Harkins
05/20/2021, 11:37 PMKevin Kho
Sean Harkins
05/20/2021, 11:42 PMxarray
was just recently refactored https://github.com/pydata/xarray/commit/6e14df62f0b01d8ca5b04bd0ed2b5ee45444265d#diff-b73383e3adc1135bda2af03eaa6[…]5a64e23c193e4f351f6bcdc17fc0d30f but we have everything pinned to 0.18.0
prior to this change so I’m not sure how this updated version might be creeping in.Kevin Kho
Sean Harkins
05/21/2021, 2:52 PMpip
installed into the conda environment. This package was upgrading the xarray
version on the image registering our flow. Thanks for rubber ducking me through it 😄Kevin Kho
Sean Harkins
05/21/2021, 2:54 PMKevin Kho