tyiannak / pyAudioAnalysis

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

cannot import name 'audioFeatureExtraction' from 'pyAudioAnalysis' #401

Open alielielie opened 3 months ago

Caparrini commented 4 weeks ago

Hi there!

Thank you for reporting this issue! To help us diagnose and address it effectively, could you please provide a bit more information on your setup and the context in which this error occurs? Specifically:

  1. Python Version: Which version of Python are you using (e.g., 3.8, 3.9)?

  2. Python Environment: Are you working in a virtual environment (e.g., venv, conda), or is this installed globally on your system?

  3. Installation Method: How did you install pyAudioAnalysis (e.g., via pip install pyAudioAnalysis, cloned from GitHub, or through another package manager)?

  4. pyAudioAnalysis Version: Which version of pyAudioAnalysis are you currently using? If unsure, you can typically check this with the command:

    import pyAudioAnalysis
    print(pyAudioAnalysis.__version__)
  5. Operating System: Could you let us know which operating system you’re running (e.g., Windows 10, macOS 11, Ubuntu 20.04)?

  6. Exact Code or Command Executed: Could you share the specific code or command that raised this error? Even a snippet of the code block or the exact import statement would be very helpful.

  7. Complete Error Traceback: Lastly, if possible, please provide the complete error message or traceback.

With these details, we'll be in a much better position to investigate and troubleshoot the issue. Thanks again for your time and for helping improve this library!