Getting this error while installing librosa:
ERROR: No .egg-info directory found in C:\Users\Shreya Gupta\AppData\Local\Temp\pip-pip-egg-info-uoj9me_o
I have tried the following things:
- Upgrading the setup tools:
pip install --upgrade setuptools pip
- For installing I have tried the following methods:
pip install librosa
Using source:
tar xzf librosa-VERSION.tar.gz cd librosa-VERSION/ python setup.py install
pip install git+https://github.com/librosa/librosa
Nothing seems to be working. Getting the same error as above mentioned in all the installation methods.
Solution that worked - Using conda "conda install -c conda-forge librosa" to install worked fine.