Shahabks / myprosody

A Python library for measuring the acoustic features of speech (simultaneous speech, high entropy) compared to ones of native speech.
https://shahabks.github.io/myprosody/
MIT License
232 stars 63 forks source link

Issue with mysp.mysplev(p,c) #2

Closed InnovativeCoder closed 5 years ago

InnovativeCoder commented 5 years ago

On using mysp.mysplev(p,c)

it shows NameError: name 'pickle' is not defined

InnovativeCoder commented 5 years ago

resolved the issue by importing pickle in the init.py and restarting the environment.