问题描述
使用指令安装librosa
pip install librosa -i https://pypi.tuna.tsinghua.edu.cn/simple
在安装过程中报错
root@b8d6213d8bf7:/share/xxx# pip install librosa -i https://pypi.tuna.tsinghua.edu.cn/simple
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting librosa
Using cached librosa-0.7.2-py3-none-any.whl
Collecting joblib>=0.12
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/28/5c/cf6a2b65a321c4a209efcdf64c2689efae2cb62661f8f6f4bb28547cf1bf/joblib-0.14.1-py2.py3-none-any.whl (294 kB)
Requirement already satisfied: scipy>=1.0.0 in /usr/local/lib/python3.5/dist-packages (from librosa) (1.4.1)
Collecting audioread>=2.0.0
Using cached audioread-2.1.9-py3-none-any.whl
Collecting resampy>=0.2.2
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f2/d3/5209fd2132452f199b1ddf0d084f9fd5f5f910840e3b282f005b48a503e1/resampy-0.4.2-py3-none-any.whl (3.1 MB)
Requirement already satisfied: numpy>=1.15.0 in /usr/local/lib/python3.5/dist-packages (from librosa) (1.18.5)
Require