External Publication
Visit Post

ClamAV scan permanently failing with 'resource not found' error

Hugging Face Forums [Unofficial] March 30, 2026
Source

Since there’s a major infrastructure issue currently underway, I can’t say for certain if this is the usual cause, but in your case, the following is likely the main reason.

The Python version for HF Spaces has been updated from 3.10 to 3.13, so in some cases, older libraries are no longer supported, causing the application to crash.

You can revert to the previous behavior by specifying python_version in README.md.

---
title: Med Reco
sdk: gradio
sdk_version: 4.44.0
python_version: "3.10"
app_file: app.py
---

Discussion in the ATmosphere

Loading comments...