raise NotImplementedError(f“Loading a dataset cached in a {type(self._fs).__name__} is not supporte

 raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.")

解决方法:

pip install -U datasets

如果不行,参考:

Error loading wikitext data raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.") · Issue #6352 · huggingface/datasets · GitHub

你可能感兴趣的:(opencv基础,python)