Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

yum install on CentOS7.4: repomd.xml signature could not be verified for intelpython

rouberol
Beginner
6,339 Views

Hi

following https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-yum-repo

yum install or update does seem to work :

[root@hpegg ~]# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
[root@hpegg ~]# uname -a
Linux hpegg.iap.fr 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
[root@hpegg ~]# yum-config-manager --add-repo https://yum.repos.intel.com/setup/intelproducts.repo
Loaded plugins: fastestmirror, langpacks
adding repo from: https://yum.repos.intel.com/setup/intelproducts.repo
grabbing file https://yum.repos.intel.com/setup/intelproducts.repo to /etc/yum.repos.d/intelproducts.repo
repo saved to /etc/yum.repos.d/intelproducts.repo
[root@hpegg ~]# rpm --import https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
[root@hpegg ~]# yum install intelpython2
Loaded plugins: fastestmirror, langpacks
base                                                                                                                                        | 3.6 kB  00:00:00    
centos-sclo-rh                                                                                                                              | 2.9 kB  00:00:00    
centos-sclo-sclo                                                                                                                            | 2.9 kB  00:00:00    
extras                                                                                                                                      | 3.4 kB  00:00:00    
intel-daal-repo/signature                                                                                                                   |  287 B  00:00:00    
intel-daal-repo/signature                                                                                                                   | 1.1 kB  00:00:00 !!!
intel-ipp-repo/signature                                                                                                                    |  287 B  00:00:00    
intel-ipp-repo/signature                                                                                                                    | 1.1 kB  00:00:00 !!!
intel-mkl-repo/signature                                                                                                                    |  287 B  00:00:00    
intel-mkl-repo/signature                                                                                                                    | 1.1 kB  00:00:00 !!!
intel-tbb-repo/signature                                                                                                                    |  287 B  00:00:00    
intel-tbb-repo/signature                                                                                                                    | 1.1 kB  00:00:00 !!!
intelpython/signature                                                                                                                       |  287 B  00:00:00    
Retrieving key from https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
Importing GPG key 0x1911E097:
 Userid     : ""CN = Intel(R) Software Development Products", O=Intel Corporation"
 Fingerprint: bf43 85f9 1ca5 fc00 5ab3 9e1c 1a84 97b1 1911 e097
 From       : https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
Is this ok [y/N]: y
intelpython/signature                                                                                                                       | 1.1 kB  00:00:09 !!!
https://yum.repos.intel.com/intelpython/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for intelpython
Trying other mirror.

[...]

failure: repodata/repomd.xml from intelpython: [Errno 256] No more mirrors to try.
https://yum.repos.intel.com/intelpython/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for intelpython
[root@hpegg ~]#

 

Regards,

sr

0 Kudos
4 Replies
Robert_C_Intel
Employee
6,339 Views

We think it was a caching problem with our hosting service. We have purged the caches. Can you try again and let us know if it works? Thanks.

Robert

0 Kudos
rouberol
Beginner
6,339 Views

Hi

after yum clean all

still not working:

intelpython/primary                                                                                                                                                                         | 9.2 kB  00:00:00     
https://yum.repos.intel.com/intelpython/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.

Regards,

sr

0 Kudos
Vasily_R_Intel1
Employee
6,339 Views

Looks like cached yum metadata.

Try to

1) Disable Caching in yum config:

/etc/yum.conf

http_caching=none

2) Delete tmp yum files:

rm -r /var/tmp/yum*

3) restart machines

4) cleanup yum:

yum clean metadata

yum clean all

yum update

0 Kudos
rouberol
Beginner
6,339 Views

Hi

actually it suddenly worked when I tried today

thx anyway

Best

sr

 

0 Kudos
Reply