How come I get "Build Error" just for duplicating a space that contained no errors?

I am trying to duplicate this space

but when I do, I get “build error” here

I did not change any of it’s settings.

I don’t understand how one person could have a space that works perfectly fine and another person have that EXACT space however theirs’s gets errors? I am just a beginner, so maybe someone could educate me.

error:

--> ERROR: process "/bin/sh -c pip install --no-cache-dir -r /tmp/requirements.txt" did not complete successfully: exit code: 1

code that leads to error:

tornado>=6.1
setuptools
pydantic
fairseq==0.12.2
wheel
google-auth-oauthlib
pedalboard
pydub==0.25.1
httpx==0.23.0
tensorboardX
faiss_cpu==1.7.3
ffmpeg_python==0.2.0
ffmpy==0.3.1
websockets>=10.0
gradio==3.34.0
librosa==0.9.1
elevenlabs
gTTS==2.3.2
wget
psutil
matplotlib==3.7.2
mega.py==1.0.8
gdown
edge-tts
git+https://github.com/suno-ai/bark.git
nltk
noisereduce==2.0.1
unidecode
numba==0.57.1
numpy==1.23.5
onnxruntime
onnxruntime_gpu==1.15.1
opencv_python==4.8.0.74
opencv_python_headless==4.8.0.74
pandas==2.0.3
praat-parselmouth==0.4.2
PySimpleGUI==4.60.5
requests==2.31.0
resampy==0.4.2
scikit_learn==1.3.0
scipy==1.11.1
yt_dlp==2023.7.6
pyngrok==4.1.12
sounddevice==0.4.6
soundfile==0.12.1
tensorboard==2.13.0
tb_nightly==2.14.0a20230803
torch==2.0.0
torchcrepe==0.0.21
torch_directml==0.2.0.dev230426
torchaudio==2.0.1
torchvision==0.15.1
torchgen>=0.0.1
tqdm==4.65.0
python-dotenv>=1.0.0
av




1 Like

This is because the library has been updated. Specifically, there is a bug in some of the other libraries that fairseq is referencing, so some adjustments are needed. Like this.

I’ve made it compatible with Gradio 5. The layout isn’t perfect, but it works for now.

1 Like

Thank you!

1 Like