I'm trying to follow the Kaggle Monet CycleGAN Tutorial and in the first block of code where we are importing the libraries, one of them is kaggle_datasets. I have pip installed Kaggle, but when I try to import kaggle_datasets I get the error:ModuleNotFoundError: No module named 'kaggle_datasets'. I tried pip install kaggle_datasets and pip install kaggle-datasets, but neither of them work both return the errors: ERROR: Could not find a version that satisfies the requirement kaggle_datasets (from versions: none) ERROR: No matching distribution found for kaggle_datasets
I've been looking and can't find anywhere that shows how to install kaggle_datasets, only how to download specific datasets. The exact line in the tutorial I'm following is: from kaggle_datasets import KaggleDatasets
here is the link: https://www.kaggle.com/amyjang/monet-cyclegan-tutorial