Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alielielie opened this issue Aug 23, 2024 · 3 comments
Open

Comments

@alielielie
Copy link

No description provided.

@Caparrini
Copy link

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!

@Abhicoder983
Copy link

i have also suffering this same issue and i have install the pyAudioAnalysis through package manager through pip in local enviroment please give me the solution about that

@Abhicoder983
Copy link

at this line it does not import
from pyAudioAnalysis import audioFeatureExtraction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants