Bug Report
I have installed DVC following dvc.org | Docs | Install from repository | On Debian/Ubuntu.
When I want to update DVC I run sudo apt update but it fails to update from the repository
Get:9 https://s3-us-east-2.amazonaws.com/dvc-s3-repo/deb stable InRelease [2,679 B]
Err:9 https://s3-us-east-2.amazonaws.com/dvc-s3-repo/deb stable InRelease
The following signatures were invalid: EXPKEYSIG EFFAF4443CE9AD84 Iterative <eng@iterative.ai>
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://s3-us-east-2.amazonaws.com/dvc-s3-repo/deb stable InRelease: The following signatures were invalid: EXPKEYSIG EFFAF4443CE9AD84 Iterative <eng@iterative.ai>
W: Failed to fetch https://dvc.org/deb/dists/stable/InRelease The following signatures were invalid: EXPKEYSIG EFFAF4443CE9AD84 Iterative <eng@iterative.ai>
W: Some index files failed to download. They have been ignored, or old ones used instead.
So it seems to me that your GPG key have expired.
I have tried to update the key by running
wget -qO - https://dvc.org/deb/iterative.asc | sudo gpg --dearmor -o /etc/apt/keyrings/packages.iterative.gpg
and ensure that it the gpg file still have mode 644, but it doesnt work.
Environment information
Output of dvc doctor:
DVC version: 3.59.0 (deb)
-------------------------
Platform: Python 3.12.7 on Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.36
Subprojects:
Supports:
azure (adlfs = 2024.12.0, knack = 0.12.0, azure-identity = 1.19.0),
gdrive (pydrive2 = 1.21.3),
gs (gcsfs = 2024.12.0),
hdfs (fsspec = 2024.12.0, pyarrow = 18.1.0),
http (aiohttp = 3.11.11, aiohttp-retry = 2.9.1),
https (aiohttp = 3.11.11, aiohttp-retry = 2.9.1),
oss (ossfs = 2023.12.0),
s3 (s3fs = 2024.12.0, boto3 = 1.35.93),
ssh (sshfs = 2024.9.0),
webdav (webdav4 = 0.10.0),
webdavs (webdav4 = 0.10.0),
webhdfs (fsspec = 2024.12.0)
Config:
Global: ~/.config/dvc
System: /etc/xdg/dvc
Cache types: hardlink, symlink
Cache directory: ext4 on /dev/sdc
Caches: local
Remotes: s3
Workspace directory: ext4 on /dev/sdc
Repo: dvc, git
Repo.site_cache_dir: /var/tmp/dvc/repo/83f466a3274e4e21df73127bf8e7c5cb
You are using dvc version 3.59.0; however, version 3.59.1 is available.
To upgrade, run 'apt-get install --only-upgrade dvc'.
Just to make it clear, eventhough dvc doctor acknowlegdes that an upgrade is available then
sudo apt-get install --only-upgrade dvc
dvc is already the newest version (3.59.0)
Bug Report
I have installed DVC following dvc.org | Docs | Install from repository | On Debian/Ubuntu.
When I want to update DVC I run
sudo apt updatebut it fails to update from the repositorySo it seems to me that your GPG key have expired.
I have tried to update the key by running
wget -qO - https://dvc.org/deb/iterative.asc | sudo gpg --dearmor -o /etc/apt/keyrings/packages.iterative.gpgand ensure that it the gpg file still have mode 644, but it doesnt work.
Environment information
Output of
dvc doctor:Just to make it clear, eventhough dvc doctor acknowlegdes that an upgrade is available then
dvc is already the newest version (3.59.0)