MoleculeNet - Kinase dataset fail to load

Hi everyone,

I am going through the Deepchem tutorials. I am currently at the 3rd tutorial “An Introduction to MoleculeNet”

I tried to load various dataset from MoleculeNet and just look at the structures of these datasets.
However, when I try to load the KINASE dataset with the below line:
tasks, datasets, transformers = dc.molnet.load_kinase(featurizer='GraphConv')

I have this error:
TypeError: featurize() got an unexpected keyword argument ‘input_files’

Off course, I tried various featurizer, or even remove the featurizer argument
tasks, datasets, transformers = dc.molnet.load_kinase()

Loading the kinase dataset invariably drops the same error.

Any idea what is wrong in my code or with this dataset?

Many thanks!