File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -828,9 +828,12 @@ def as_data_source(
828
828
[f .value for f in random_access_formats ]
829
829
)
830
830
unsupported_format_msg = (
831
- f"Random access data source for file format { info .file_format } is"
832
- " not supported. Can you try to run download_and_prepare with"
833
- f" file_format set to one of: { random_access_formats_msg } ?"
831
+ f"Random access data source for file format { info .file_format } is not"
832
+ " supported. Possible root causes:\n \t * You have to run"
833
+ " download_and_prepare with"
834
+ f" file_format={ random_access_formats_msg } .\n \t * The dataset is already"
835
+ f" prepared at { self .data_dir } in the { info .file_format } format. Either"
836
+ " choose another data_dir or delete the data."
834
837
)
835
838
836
839
if info .file_format is None and not info .alternative_file_formats :
You can’t perform that action at this time.
0 commit comments