'ModuleNotFoundError: No module named 'scikits.talkbox'

i am importing

from scikits.talkbox.features import mfcc
from scipy.io import wavfile

but getting this error: ModuleNotFoundError: No module named 'scikits.talkbox'

i tried pip install scikits.talkbox but it is not working



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source