dsets = data_catalog_subset.to_dataset_dict(storage_options={'anon':True}) dsets #218
Unanswered
yuxuefeifei-cf
asked this question in
Q&A
Replies: 1 comment 6 replies
-
@yuxuefeifei-cf: A little bit more context here would be appreciated. What were you trying to do? Where were you trying to do it? How did you set up your environment? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
distributed.protocol.core - CRITICAL - Failed to deserialize
Traceback (most recent call last):
File "D:\Miniconda\envs\pythia-intake-esm-tutorial\lib\site-packages\distributed\protocol\core.py", line 111, in loads
return msgpack.loads(
File "msgpack/_unpacker.pyx", line 194, in msgpack._cmsgpack.unpackb
File "D:\Miniconda\envs\pythia-intake-esm-tutorial\lib\site-packages\distributed\protocol\core.py", line 103, in _decode_default
return merge_and_deserialize(
File "D:\Miniconda\envs\pythia-intake-esm-tutorial\lib\site-packages\distributed\protocol\serialize.py", line 488, in merge_and_deserialize
return deserialize(header, merged_frames, deserializers=deserializers)
File "D:\Miniconda\envs\pythia-intake-esm-tutorial\lib\site-packages\distributed\protocol\serialize.py", line 401, in deserialize
deserialize(
File "D:\Miniconda\envs\pythia-intake-esm-tutorial\lib\site-packages\distributed\protocol\serialize.py", line 417, in deserialize
return loads(header, frames)
File "D:\Miniconda\envs\pythia-intake-esm-tutorial\lib\site-packages\distributed\protocol\serialize.py", line 96, in pickle_loads
return pickle.loads(x, buffers=new)
File "D:\Miniconda\envs\pythia-intake-esm-tutorial\lib\site-packages\distributed\protocol\pickle.py", line 66, in loads
return pickle.loads(x)
File "D:\Miniconda\envs\pythia-intake-esm-tutorial\lib\site-packages\pandas\core\indexes\base.py", line 255, in _new_Index
return cls.new(cls, **d)
TypeError: CFTimeIndex.new() got an unexpected keyword argument 'dtype'
Beta Was this translation helpful? Give feedback.
All reactions