clamav-daemon start condition failed, /var/lib/clamav/daily.{c[vl]d,inc} was not met

After some sort of tries, finally I downloaded daily.cvd and main.cvd manually with wget command directly from clamav.net/downloads and move them to my server with scp command and put them to /var/lib/clamav , then restart service and it worked!

systemctl restart clamav-daemon.service
systemctl status clamav-daemon.service
    clamav-daemon.service - Clam AntiVirus userspace daemon
   Loaded: loaded (/lib/systemd/system/clamav-daemon.service; enabled; vendor preset: enabled)
  Drop-In: /etc/systemd/system/clamav-daemon.service.d
           └─extend.conf
   Active: active (running)