linux pip install pyworld报错和command ‘/usr/bin/gcc‘ failed with exit code 1

下载以下最后就可以成功

Mujoco210 Ubuntu 22.04配置安装(一)

sudo apt install libosmesa6-dev
sudo apt-get install patchelf
sudo apt-get install build-essential
sudo apt-get install build-essential libgl1-mesa-dev
sudo apt-get install libglew-dev libsdl2-dev libsdl2-image-dev libglm-dev libfreetype6-dev
sudo apt-get install libglfw3-dev libglfw3

如果不行就继续下载:

GitHub - JeremyCCHsu/Python-Wrapper-for-World-Vocoder: A Python wrapper for the high-quality vocoder "World"

git clone https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder.git
cd Python-Wrapper-for-World-Vocoder
git submodule update --init
pip install -U pip
pip install -r requirements.txt
pip install .

你可能感兴趣的:(linux,pip,运维)