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:
Python Version: Which version of Python are you using (e.g., 3.8, 3.9)?
Python Environment: Are you working in a virtual environment (e.g., venv, conda), or is this installed globally on your system?
Installation Method: How did you install pyAudioAnalysis (e.g., via pip install pyAudioAnalysis, cloned from GitHub, or through another package manager)?
pyAudioAnalysis Version: Which version of pyAudioAnalysis are you currently using? If unsure, you can typically check this with the command:
Operating System: Could you let us know which operating system you’re running (e.g., Windows 10, macOS 11, Ubuntu 20.04)?
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.
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!
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:
Python Version: Which version of Python are you using (e.g., 3.8, 3.9)?
Python Environment: Are you working in a virtual environment (e.g.,
venv
,conda
), or is this installed globally on your system?Installation Method: How did you install
pyAudioAnalysis
(e.g., viapip install pyAudioAnalysis
, cloned from GitHub, or through another package manager)?pyAudioAnalysis Version: Which version of
pyAudioAnalysis
are you currently using? If unsure, you can typically check this with the command:Operating System: Could you let us know which operating system you’re running (e.g., Windows 10, macOS 11, Ubuntu 20.04)?
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.
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!