上传者: 38667697
|
上传时间: 2022-02-28 20:50:57
|
文件大小: 30KB
|
文件类型: -
1、error: command ‘x86_64-linux-gnu-gcc’ failed with exit status
解决办法:
# Python 3
$ sudo apt-get install python3 python-dev python3-dev \
build-essential libssl-dev libffi-dev \
libxml2-dev libxslt1-dev zlib1g-dev \
python-pip
# Python 2
$ sudo apt-get install python-dev \
build-essentia