Speech-Recognition
Speech-Recognition copied to clipboard
ModuleNotFoundError: No module named 'librosa'
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
Try to install the library manually, using, pip install librosa
In Jupyet wtite !pip install librosa
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
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.