Hi, I am trying to push my audio dataset (.mp3 files) from my Kaggle notebook. The process seems to be getting executed with progress bar reaching 100%, but then, I am getting the error ’
ImportError: cannot import name '_visit' from 'datasets.features.features'
(/opt/conda/lib/python3.10/site-packages/datasets/features/features.py)
’
my dataset for mat looks like:
Dataset({
features: ['audio'],
num_rows: 963636
})
Below is the full error description.