If I run pip install pyAudioAnalysis followed by pip show pyAudioAnalysis, I see Requires:, with zero requirements listed.
Is this intentional? (Did I do something wrong?)
We're planning to highlight this library in an OpenAI Whisper tutorial, and I want to make sure we write the correct installation instructions for folks.
If I run
pip install pyAudioAnalysis
followed bypip show pyAudioAnalysis
, I seeRequires:
, with zero requirements listed.Is this intentional? (Did I do something wrong?)
We're planning to highlight this library in an OpenAI Whisper tutorial, and I want to make sure we write the correct installation instructions for folks.