All my Spaces stuck in Building with empty logs
Hugging Face Forums [Unofficial]
March 16, 2026
I fixed the issue on my Space.
It turned out to be a Gradio version conflict. Spaces was installing gradio==6.9.0 because of sdk_version in README.md, while I also had another Gradio version in requirements.txt.
The fix was simple:
remove
gradiofromrequirements.txtkeep the version only in
README.md
After that I ran a Factory Reboot to clear the cache, and the Space built successfully.
Discussion in the ATmosphere