tyiannak / pyAudioAnalysis

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

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

Open fzgaoxh opened 11 months ago

fzgaoxh commented 11 months ago

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 commented 10 months ago

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

CyberMAX01 commented 2 months ago

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

JohnYeung-dojjy commented 2 months ago

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