Problem with recent versions of package datasets>=4.0.0
#4
by pefidias - opened
The quickstart code leads to
raise RuntimeError(f"Dataset scripts are no longer supported, but found {filename}")
RuntimeError: Dataset scripts are no longer supported, but found genomics-long-range-benchmark.py
Downgrade to datasets==3.6.0 solved. Any thoughts on fixing this for recent versions?
pefidias changed discussion title from Problem with recent versions of package datasets to Problem with recent versions of package datasets>=4.0.0