I installed librosa using pip
pip install librosa
After the installation, I got a message that I can upgrade my pip version and so I did. Now, even when i type pip, I'm getting this error
sys.exit(main()) TypeError: 'module' object is not callable
I checked the pip-script.py but did not understand anything