Update tedlium.py
TypeError: init() got an unexpected keyword argument 'audio_column'
Hey
@Basanth
! What version of datasets are you using? Could you print the result of datasets-cli env
?
I am using python3.9.7
when I used release2,and release3
I got the same error
Hey
@Basanth
! Could you verify what version of the Python package datasets
you are using? You can find this information with the command: datasets-cli env
(or !datasets-cli env
on a notebook). Could you copy and paste the information as a comment here please?
Hey @sanchit-gandhi
datasets
version: 1.16.1- Platform: Windows-8.1-6.3.9600-SP0
- Python version: 3.9.7
- PyArrow version: 8.0.0
Hey @sanchit-gandhi I updated the packages still I have the same issue. datase-cli env after update
datasets
version: 2.7.1- Platform: Windows-8.1-6.3.9600-SP0
- Python version: 3.9.7
- PyArrow version: 10.0.1
- Pandas version: 1.5.2
Hey
@Basanth
! Thanks for updating to the latest version of Datasets! That was going to be my first request 🤗 My second is whether you can close your notebook and reboot it having updated? I've also installed datasets==2.7.1
and can't reproduce the error -> this suggests to me that when you re-tried loading the dataset your env was still using the old version? Could you restart your notebook and see if it fixes the issue?