简体   繁体   English

Python setup.py egg_info 因 spotdl 失败

[英]Python setup.py egg_info failed with spotdl

I'm trying to install the spotdl package with Debian linux.我正在尝试使用 Debian linux 安装 spotdl package。 However, after many attempts of trying to get the package installed, and reading over many articles on this issue, I keep getting this error:但是,在多次尝试安装 package 并阅读有关此问题的许多文章后,我一直收到此错误: 在此处输入图像描述

I cannot find any fix for this.我找不到任何解决方法。

Thanks for any help.谢谢你的帮助。

Try with the following commands hope it will work.尝试使用以下命令,希望它会起作用。 You need to have Python 3.6.1 or above to install the package.您需要 Python 3.6.1 或更高版本才能安装 package。

pip install -U spotdl

Or或者

sudo apt install ffmpeg
pip install spotdl

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM