tyiannak / pyAudioAnalysis

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
Apache License 2.0
5.76k stars 1.18k forks source link

missing requirement (plotly) #302

Open psukhanov opened 3 years ago

psukhanov commented 3 years ago

First of all, awesome work on the library and thanks so much for open-sourcing it!

Just did a fresh install and found that plotly is required but missing from the requirements.txt file. I'll gladly make a PR for it, just want to check if there is a preferred version of plotly that you use.

Cheers and thanks again!

davidwdw commented 3 years ago

I have the same problem when trying to import audioSegmentation... It was working in the previous version of pyAudioAnalysis but not in the current version. I installed the latest version of plotly using "pip install plotly" and it worked.