i can't solve the code

393 views
Skip to first unread message

Sherly

unread,
May 23, 2023, 5:50:44 PM5/23/23
to librosa
mfcc() takes 0 positional arguments but 1 positional argument (and 2 keyword-only arguments) were given

hello i got the problem in here. May i know whats going on in here

Dan Ellis

unread,
May 23, 2023, 7:20:21 PM5/23/23
to Sherly, librosa
It's asking for you to specify keywords for all args, e.g. 

m = mfcc(y=y)

but not

m = mfcc(y)  # argument missing keyword.

  DAn.

On Tue, May 23, 2023 at 5:50 PM Sherly <bibimda...@gmail.com> wrote:
mfcc() takes 0 positional arguments but 1 positional argument (and 2 keyword-only arguments) were given

hello i got the problem in here. May i know whats going on in here

--
You received this message because you are subscribed to the Google Groups "librosa" group.
To unsubscribe from this group and stop receiving emails from it, send an email to librosa+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/librosa/cb92a7be-1b13-48b9-91b4-ed630b749afbn%40googlegroups.com.

Sherly

unread,
May 24, 2023, 7:09:54 AM5/24/23
to Dan Ellis, librosa
Thanks a lot. 
Reply all
Reply to author
Forward
0 new messages