def _load_np_float64(obj, version, **kwargs): return np.float64(obj) But, I get this strange error. resolvers = self.yaml._implicit_resolvers.get(value[0 ...
(cse) ubuntu@staging-vps:~$ vcd cse cluster create TEST Usage: vcd cse cluster create [OPTIONS] NAME Try 'vcd cse cluster create -h' for help. Error: 'set' object is not subscriptable I am on Python 3 ...