Speech-Recognition icon indicating copy to clipboard operation
Speech-Recognition copied to clipboard

ModuleNotFoundError: No module named 'librosa'

Open k230 opened this issue 5 years ago • 4 comments

i am using python 3.6 on jupyter notebook and i install librosa but when i want to import librosa it gives me a error

k230 avatar Aug 28 '19 11:08 k230

Try to install the library manually, using, pip install librosa

i-emek avatar Feb 03 '20 16:02 i-emek

In Jupyet wtite !pip install librosa

middass avatar Apr 14 '20 22:04 middass

I have never once in my life had an issue solved by looking at github issues. They stay issues. This site got NOTHING on stack overflow

amitjoshi24 avatar Mar 12 '21 22:03 amitjoshi24

I have never once in my life had an issue solved by looking at github issues. They stay issues. This site got NOTHING on stack overflow

Unfortunately, I'd have to agree for the most part. Especially when it comes to AI/ML related libs. It's a jungle of mess.

CreationTribe avatar Apr 09 '21 19:04 CreationTribe