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

mportError: cannot import name 'audioFeatureExtraction' from 'pyAudioAnalysis' #390

Open
fzgaoxh opened this issue Aug 2, 2023 · 3 comments

Comments

@fzgaoxh
Copy link

fzgaoxh commented Aug 2, 2023

When running code((run with Python 3.7)
from pyAudioAnalysis import audioFeatureExtraction

ImportError: cannot import name 'audioFeatureExtraction' from 'pyAudioAnalysis' (f:\python\python37\lib\site-packages\pyAudioAnalysis_init_.py)

@JohnYeung-dojjy
Copy link

JohnYeung-dojjy commented Aug 29, 2023

The init file seems to be empty
Using import pyAudioAnalysis.audioFeatureExtraction as audioFeatureExtraction should fix the issue

@CyberMAX01
Copy link

I had just tried, but it didn't work.

@JohnYeung-dojjy
Copy link

@CyberMAX01 What did you try and what is the error message?

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