DiGyt commited on
Commit
bbe43c5
1 Parent(s): d01e297

Added warning note for download cancel error

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -87,6 +87,8 @@ from datasets import load_dataset
87
  dataset = load_dataset("kietzmannlab/ecoset", ignore_verifications=True)
88
  ```
89
 
 
 
90
 
91
  ## Dataset Structure
92
 
 
87
  dataset = load_dataset("kietzmannlab/ecoset", ignore_verifications=True)
88
  ```
89
 
90
+ .. warning::
91
+ If you get errors like: `FileNotFoundError: [Errno 2] No such file or directory:'<DATASET_PATH>'` this is likely due do having previously downloaded the dataset and then cancelling the download. If this is the case for you, you can fix this error by manually removing the dataset path and reinstalling the dataset.
92
 
93
  ## Dataset Structure
94