gpg: no valid OpenPGP data found. Failed to add GPGKEY

2,602 views
Skip to first unread message

NM

unread,
Sep 30, 2016, 4:07:31 PM9/30/16
to DIGITS Users
Hi all,

I am new to DIGITS and CUDA, and currently struggling with installation 
I am following this link for istallation on Ubuntu 14.04, CUDA- 7.5

When i do  sudo dpkg -i $CUDA_REPO_PKG (#for Access to CUDA packages) 
I get the following error message: gpg: no valid OPENPGP data found. Failed to add GPGKEY at http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/7fa2af80.pub to apt keys

My gpg --version gives "gpg (GnuPG) 1.4.16

I havnt found any solution to this problem yet, so any help will be useful! 
The instructions for #access to Machine Learning packages does not give any error messages 

Thank you!

Luke Yeager

unread,
Sep 30, 2016, 5:07:06 PM9/30/16
to DIGITS Users
We are aware of the problem and are working on a fix.

Sorry for the inconvenience!

You should still be able to install the packages, but you may need to ignore some missing signatures.

NM

unread,
Sep 30, 2016, 6:54:41 PM9/30/16
to DIGITS Users
Thank you for your quick response!

I want to avoid using sudo apt-get --allow-unauthenticated upgrade to ignore missing signatures, as it can compromise my system.
Is there another way?

Thank you!!

Luke Yeager

unread,
Sep 30, 2016, 8:43:44 PM9/30/16
to DIGITS Users
I would, too. As I said, we're working on it.

Sumanth Reddy

unread,
Oct 14, 2016, 3:57:05 AM10/14/16
to DIGITS Users
Hi sir,
I am getting the same error when trying to install Cuda tool kit 7.7 from deb network package. I'm following the below link for installing DIGITS

https://github.com/NVIDIA/DIGITS/blob/master/docs/InstallCuda.md#driver

emsg@emsg:~/Downloads$ sudo dpkg -i cuda-repo-ubuntu1404_7.5-18_amd64.deb
(Reading database ... 180920 files and directories currently installed.)
Preparing to unpack cuda-repo-ubuntu1404_7.5-18_amd64.deb ...
Unpacking cuda-repo-ubuntu1404 (7.5-18) over (7.5-18) ...
Setting up cuda-repo-ubuntu1404 (7.5-18) ...
gpg: no valid OpenPGP data found.
Failed to add GPGKEY at http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/7fa2af80.pub to apt keys.

Is this problem not yet resolved, or am I doing anything wrong during installation. Please help me in this installation, I'm struggling from last one week.

Luke Yeager

unread,
Oct 18, 2016, 5:12:59 PM10/18/16
to DIGITS Users
I believe all the issues have been resolved. You may need to download a new version of the cuda repo package, like this one:
http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_8.0.44-1_amd64.deb
(you'll still be able to install multiple CUDA toolkits - not just 8.0)

NM

unread,
Nov 3, 2016, 1:22:32 PM11/3/16
to DIGITS Users

Hi, 

'you'll still be able to install multiple CUDA toolkits' -- Could you please elaborate on that as i have CUDA 7.5

Thank you 

Regards

Luke Yeager

unread,
Nov 3, 2016, 5:11:28 PM11/3/16
to DIGITS Users
Don't pay much attention to the CUDA version in the repo package. All the repo packages do the same thing - they give you access to all the CUDA toolkit packages. The only difference between the 7.5 repo package and the 8.0 repo package is which key it installs. The 8.0 package installs the correct key.

NM

unread,
Nov 4, 2016, 4:00:39 PM11/4/16
to DIGITS Users
Hi,

I went ahead and tried setting the package mentioned above 
"sudo dkpg -i cuda-repo-ubuntu1404_8.0.44-1_amd64.deb" shows

Selecting previously unselected package cuda-repo-ubuntu1404.
(Reading database ... 213982 files and directories currently installed.)
Preparing to unpack cuda-repo-ubuntu1404_8.0.44-1_amd64.deb ...
Unpacking cuda-repo-ubuntu1404 (8.0.44-1) ...
Setting up cuda-repo-ubuntu1404 (8.0.44-1) ...
gpg: no valid OpenPGP data found.

Ive been struggling for over a  month now with DIGITS installation. Is there any way to debug this? ANy additional detail about my system that will help 

Thank you for your prompt replies

Regards

Luke Yeager

unread,
Nov 4, 2016, 6:29:02 PM11/4/16
to DIGITS Users
That's very strange. I just ran these commands in a clean Docker image and everything worked fine:

apt-get update
apt
-get install wget --no-install-recommends
wget http
://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_8.0.44-1_amd64.deb
dpkg
-i cuda-repo-ubuntu1404_8.0.44-1_amd64.deb
apt
-get update
apt
-cache policy cuda

You may want to give up on getting your local system configured properly and use nvidia-docker instead:
https://github.com/NVIDIA/DIGITS/tree/digits-5.0#installation

Sumanth Reddy

unread,
Nov 6, 2016, 11:29:52 AM11/6/16
to DIGITS Users
Actually that problem still exits, when i'm trying to install using network deb package, but when I tried to install using Local deb package I didn't get any error
Reply all
Reply to author
Forward
0 new messages