Advertisement

Python3.5版本安装librosa出现错误

阅读量:

问题描述

通过执行相应指令来完成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
    
   Usi

全部评论 (0)

还没有任何评论哟~