Python Forum
Unable to verify Python files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to verify Python files
#1
Hello,

I'm trying to verify the downloaded Python 3.9.1 files before I install them...

I created a new folder and downloaded these two files to it:

Python-3.9.1.tar.xz
Python-3.9.1.tar.xz.asc

I also downloaded and imported the public key to verify the files.

According to the Python website in order to verify the download I need to run this command:

gpg --verify Python-3.9.1.tar.xz.asc

I get the following message when I run the command:

gpg: Signature made Mon 07 Dec 2020 03:37:32 PM MST
gpg: using RSA key E3FF2839C048B25C084DEBE9B26995E310250568
gpg: Can't check signature: No public key

When I run gpg --list-keys I see this key info:

pub rsa4096 2015-05-11 [SC] [expires: 2025-05-11]
E3FF2839C048B25C084DEBE9B26995E310250568
uid [ unknown] Łukasz Langa (GPG langa.pl) <[email protected]>
uid [ unknown] Łukasz Langa (Work e-mail account) <[email protected]>
uid [ unknown] [jpeg image of size 24479]
sub rsa4096 2015-05-11 [E] [expires: 2025-05-11]

Can you someone please explain to me why I'm getting the gpg: Can't check signature: No public key error?

Thank you
Reply


Messages In This Thread
Unable to verify Python files - by george - Dec-29-2020, 04:42 AM
RE: Unable to verify Python files - by george - Dec-30-2020, 12:49 PM
RE: Unable to verify Python files - by Larz60+ - Dec-30-2020, 04:32 PM
RE: Unable to verify Python files - by snippsat - Dec-30-2020, 05:19 PM
RE: Unable to verify Python files - by george - Dec-31-2020, 04:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python script to verify Firmware option available in Device Manager rajithc 1 1,306 Mar-17-2023, 11:48 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020