<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Are there any updates on this in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179767#M1346</link>
    <description>&lt;P&gt;Are there any updates on this? The install instructions are still failing (also on other systems like Ubuntu 20.04), breaking docker image builds that include them.&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2020 10:51:46 GMT</pubDate>
    <dc:creator>Demmel__Nikolaus</dc:creator>
    <dc:date>2020-05-19T10:51:46Z</dc:date>
    <item>
      <title>apt repository broken</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179763#M1342</link>
      <description>&lt;P&gt;After setting up the apt repositories on a fresh Ubuntu 18.04 container like described on &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/installing-intel-free-libs-and-python-apt-repo.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/installing-intel-free-libs-and-python-apt-repo.html&lt;/A&gt;, I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="brush:; class-name:dark;"&gt;apt-get update
Hit:1 &lt;A href="http://archive.ubuntu.com/ubuntu" target="_blank"&gt;http://archive.ubuntu.com/ubuntu&lt;/A&gt; bionic InRelease
Get:2 &lt;A href="https://apt.repos.intel.com/intelpython" target="_blank"&gt;https://apt.repos.intel.com/intelpython&lt;/A&gt; binary/ InRelease [1407 B]
Hit:3 &lt;A href="https://apt.repos.intel.com/mkl" target="_blank"&gt;https://apt.repos.intel.com/mkl&lt;/A&gt; all InRelease
Hit:4 &lt;A href="http://archive.ubuntu.com/ubuntu" target="_blank"&gt;http://archive.ubuntu.com/ubuntu&lt;/A&gt; bionic-updates InRelease
Hit:5 &lt;A href="http://archive.ubuntu.com/ubuntu" target="_blank"&gt;http://archive.ubuntu.com/ubuntu&lt;/A&gt; bionic-backports InRelease
Hit:6 &lt;A href="https://apt.repos.intel.com/ipp" target="_blank"&gt;https://apt.repos.intel.com/ipp&lt;/A&gt; all InRelease
Hit:7 &lt;A href="http://security.ubuntu.com/ubuntu" target="_blank"&gt;http://security.ubuntu.com/ubuntu&lt;/A&gt; bionic-security InRelease
Hit:8 &lt;A href="https://apt.repos.intel.com/tbb" target="_blank"&gt;https://apt.repos.intel.com/tbb&lt;/A&gt; all InRelease
Hit:9 &lt;A href="https://apt.repos.intel.com/daal" target="_blank"&gt;https://apt.repos.intel.com/daal&lt;/A&gt; all InRelease
Hit:10 &lt;A href="https://apt.repos.intel.com/mpi" target="_blank"&gt;https://apt.repos.intel.com/mpi&lt;/A&gt; all InRelease
Get:11 &lt;A href="https://apt.repos.intel.com/intelpython" target="_blank"&gt;https://apt.repos.intel.com/intelpython&lt;/A&gt; binary/ Packages [3283 B]
Err:11 &lt;A href="https://apt.repos.intel.com/intelpython" target="_blank"&gt;https://apt.repos.intel.com/intelpython&lt;/A&gt; binary/ Packages
  File has unexpected size (3395 != 3283). Mirror sync in progress? [IP: 23.37.53.158 443]
  Hashes of expected file:
   - Filesize:3283 [weak]
   - SHA512:af04a2333d87d19d2021a7fa7198c38e7a2c13e597baf8390781522cd490f87d0fc5aa4bcde40291b1239a56fc59a6a4ba716872e84503c5f948bc990ee0791c
   - SHA256:5aeb424a1cf8fe9b94196f35983f3ca991955cb241cb0f0540e16cfcce71a19a
   - SHA1:220f00aa6808c6e39159cd0e6820a37d2df8a3a5 [weak]
   - MD5Sum:801112896bf8fefb01f79f3386c36ccc [weak]
  Release file created at: Thu, 05 Dec 2019 09:56:54 +0000
Fetched 1407 B in 2s (766 B/s)
Reading package lists... Done
W: Conflicting distribution: &lt;A href="https://apt.repos.intel.com/intelpython" target="_blank"&gt;https://apt.repos.intel.com/intelpython&lt;/A&gt; binary/ InRelease (expected binary/ but got )
E: Failed to fetch &lt;A href="https://apt.repos.intel.com/intelpython/binary/Packages.gz" target="_blank"&gt;https://apt.repos.intel.com/intelpython/binary/Packages.gz&lt;/A&gt;  File has unexpected size (3395 != 3283). Mirror sync in progress? [IP: 23.37.53.158 443]
   Hashes of expected file:
    - Filesize:3283 [weak]
    - SHA512:af04a2333d87d19d2021a7fa7198c38e7a2c13e597baf8390781522cd490f87d0fc5aa4bcde40291b1239a56fc59a6a4ba716872e84503c5f948bc990ee0791c
    - SHA256:5aeb424a1cf8fe9b94196f35983f3ca991955cb241cb0f0540e16cfcce71a19a
    - SHA1:220f00aa6808c6e39159cd0e6820a37d2df8a3a5 [weak]
    - MD5Sum:801112896bf8fefb01f79f3386c36ccc [weak]
   Release file created at: Thu, 05 Dec 2019 09:56:54 +0000
E: Some index files failed to download. They have been ignored, or old ones used instead.&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks to me like the InRelease file is outdated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:; class-name:dark; wrap-lines:false;"&gt;$ curl &lt;A href="https://apt.repos.intel.com/intelpython/binary/Release" target="_blank"&gt;https://apt.repos.intel.com/intelpython/binary/Release&lt;/A&gt;
Architectures: amd64
Homepage: &lt;A href="https://software.intel.com/python-distribution" target="_blank"&gt;https://software.intel.com/python-distribution&lt;/A&gt;
Label: Intel(R) Distribution for Python* APT Repository
Date: Thu, 26 Mar 2020 18:18:07 +0000
MD5Sum:
 b5d1f09a0b0244c4c2b94a60b31ce5ce 15520 Packages
 6677523e653314adb40378d4f1de5bd3 3395 Packages.gz
SHA1:
 8d56fd065d68b20c6d5ca256a9d2a7fa77e9d5d8 15520 Packages
 7ed1cc261dcb8dfb8e389292edd133ba721d3ec8 3395 Packages.gz
SHA256:
 dff8c691abeec55f71bd4508edec79b3361fd89c0031ffe024452d1a1876e02d 15520 Packages
 a07236b6ccef29aebe79c0e5d78dd67819bdeba24030b20bfbb324bb7e9080db 3395 Packages.gz
SHA512:
 54c9a4d93b6f632dcc727f11ce822fc8065743b090f63052dce41f9771c999beeae92536b6784dd5d3e1d66a02332be293ce7889451aea30ab9929d0a8452c26 15520 Packages
 67561eddc04b59d2339e01ceda20bf3c309db72e508bbf844d157cae0ef636e37137143dbea147b69c6a8a25810215cd5be210d49a9c9666626df99f5a06f704 3395 Packages.gz



$ curl &lt;A href="https://apt.repos.intel.com/intelpython/binary/InRelease" target="_blank"&gt;https://apt.repos.intel.com/intelpython/binary/InRelease&lt;/A&gt;
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Architectures: amd64
Homepage: &lt;A href="https://software.intel.com/python-distribution" target="_blank"&gt;https://software.intel.com/python-distribution&lt;/A&gt;
Label: Intel(R) Distribution for Python* APT Repository
Date: Thu, 05 Dec 2019 09:56:54 +0000
MD5Sum:
 faf332bef8485bdd34a3aac396645e67 15023 Packages
 801112896bf8fefb01f79f3386c36ccc 3283 Packages.gz
SHA1:
 aa0ba9d5ce2b5a0b3af92ed8ca28a42ec85de896 15023 Packages
 220f00aa6808c6e39159cd0e6820a37d2df8a3a5 3283 Packages.gz
SHA256:
 163126ad2c4103f176059b2135d604db091faad01a0edec3b45c65f0a220d186 15023 Packages
 5aeb424a1cf8fe9b94196f35983f3ca991955cb241cb0f0540e16cfcce71a19a 3283 Packages.gz
SHA512:
 fa1ce5cb1002d3a50a9a04876abffbd3a2484f5f39fa983ab3c39d3af125e3447fd8056938f679322f7d0a4b7ea70a6c419c35c6f691273dbc089869308c6909 15023 Packages
 af04a2333d87d19d2021a7fa7198c38e7a2c13e597baf8390781522cd490f87d0fc5aa4bcde40291b1239a56fc59a6a4ba716872e84503c5f948bc990ee0791c 3283 Packages.gz
-----BEGIN PGP SIGNATURE-----
Version: Secure Code Signing

iQEcBAEBCAAGBQJd6NR6AAoJEKz6n8V+bF2+qscIAC0DAaeEr6SQPN6DTKScIwFv
Rq5JPyqJemy96p4lYLn+zqRL7MBFCMLjKzITYmJaQk89q7nETR55CzvIfbti0+dR
ZlxA4E8mPsk2fozEF2i6w4SPWicaSDz0pbpycXV01xd/22gmcTrvVkIKm2UuPSMi
S+QXElFyc1CbvghvfbtDC5Rc9lpn4ZZgXqKKPI18hznBaCcZCrhzjwV/ZilT/BoU
5yA6DKmSF9Gk/5J0wRMOpKSFpyTZixbdTI7NaAlPPuFDRLYitZbtxu1tDRq2pXIr
NcA6JUGAthIDGjoPFQ3EgflCW2+08PlOuTaJPEG9ofyp3A8VmDnoe8oevJ1zUJo=
=vG+O
-----END PGP SIGNATURE-----&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example to reproduce:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here are the steps (verified on two difference machines on two difference internet connections, both in Germany, in case it's a CDN issue):&lt;/P&gt;
&lt;P&gt;1. Start a fresh ubuntu container:&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;docker pull ubuntu:18.04
docker run -it ubuntu:18.04 bash&lt;/PRE&gt;

&lt;P&gt;2. Install key and sources to reproduce the error:&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;apt update
apt install gnupg wget
wget &lt;A href="https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB" target="_blank"&gt;https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB&lt;/A&gt;
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
wget &lt;A href="https://apt.repos.intel.com/setup/intelproducts.list" target="_blank"&gt;https://apt.repos.intel.com/setup/intelproducts.list&lt;/A&gt; -O /etc/apt/sources.list.d/intelproducts.list
apt update

&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 May 2020 22:04:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179763#M1342</guid>
      <dc:creator>Demmel__Nikolaus</dc:creator>
      <dc:date>2020-05-07T22:04:46Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179764#M1343</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;We are unable to regenerate your issue.&amp;nbsp;Could you please share the complete steps you followed for debugging the issue.&lt;/P&gt;&lt;P&gt;As an alternative, if you are trying to install Intel&amp;nbsp;Distribution for Python , you can directly download and install from the below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/tools/distribution-for-python/choose-download/linux.html"&gt;https://software.intel.com/content/www/us/en/develop/tools/distribution-for-python/choose-download/linux.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also Intel&amp;nbsp;Distribution for Python&amp;nbsp;is available via multiple channels, please find the below link for more options like conda ,pip, Docker images etc:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/tools/distribution-for-python/choose-download.html"&gt;https://software.intel.com/content/www/us/en/develop/tools/distribution-for-python/choose-download.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 10:10:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179764#M1343</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2020-05-08T10:10:42Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply. Here</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179765#M1344</link>
      <description>&lt;P&gt;Thanks for the reply. Here are the steps (verified on two difference machines on two difference internet connections, both in Germany, in case it's a CDN issue):&lt;/P&gt;&lt;P&gt;1. Start a fresh ubuntu container:&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;docker pull ubuntu:18.04
docker run -it ubuntu:18.04 bash&lt;/PRE&gt;

&lt;P&gt;2. Install key and sources to reproduce the error:&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;apt update
apt install gnupg wget
wget &lt;A href="https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB" target="_blank"&gt;https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB&lt;/A&gt;
apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
wget &lt;A href="https://apt.repos.intel.com/setup/intelproducts.list" target="_blank"&gt;https://apt.repos.intel.com/setup/intelproducts.list&lt;/A&gt; -O /etc/apt/sources.list.d/intelproducts.list
apt update&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 10:19:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179765#M1344</guid>
      <dc:creator>Demmel__Nikolaus</dc:creator>
      <dc:date>2020-05-08T10:19:27Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179766#M1345</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are forwarding this case to concerned team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 05:33:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179766#M1345</guid>
      <dc:creator>AthiraM_Intel</dc:creator>
      <dc:date>2020-05-11T05:33:40Z</dc:date>
    </item>
    <item>
      <title>Are there any updates on this</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179767#M1346</link>
      <description>&lt;P&gt;Are there any updates on this? The install instructions are still failing (also on other systems like Ubuntu 20.04), breaking docker image builds that include them.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 10:51:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179767#M1346</guid>
      <dc:creator>Demmel__Nikolaus</dc:creator>
      <dc:date>2020-05-19T10:51:46Z</dc:date>
    </item>
    <item>
      <title>Hi nikolausdemmel,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179768#M1347</link>
      <description>&lt;P&gt;Hi nikolausdemmel,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I repeat the steps provided by you.&amp;nbsp;&amp;nbsp;No meet the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think it is gone.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Could you check it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 03:15:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179768#M1347</guid>
      <dc:creator>Jianyu_Z_Intel</dc:creator>
      <dc:date>2020-06-15T03:15:09Z</dc:date>
    </item>
    <item>
      <title>Thanks for getting back on</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179769#M1348</link>
      <description>&lt;P&gt;Thanks for getting back on this. The main issue is indeed fixed, thanks!&lt;/P&gt;&lt;P&gt;The only thing is, I still get a warning about the intel-python repository. It doesn't seem to prevent me from installing packages from that repository, but it is a bit annoying.&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;# apt update
Hit:1 &lt;A href="https://apt.repos.intel.com/intelpython" target="_blank"&gt;https://apt.repos.intel.com/intelpython&lt;/A&gt; binary/ InRelease
Hit:2 &lt;A href="http://archive.ubuntu.com/ubuntu" target="_blank"&gt;http://archive.ubuntu.com/ubuntu&lt;/A&gt; bionic InRelease
Hit:3 &lt;A href="http://security.ubuntu.com/ubuntu" target="_blank"&gt;http://security.ubuntu.com/ubuntu&lt;/A&gt; bionic-security InRelease
Get:4 &lt;A href="http://archive.ubuntu.com/ubuntu" target="_blank"&gt;http://archive.ubuntu.com/ubuntu&lt;/A&gt; bionic-updates InRelease [88.7 kB]
Hit:5 &lt;A href="https://apt.repos.intel.com/mkl" target="_blank"&gt;https://apt.repos.intel.com/mkl&lt;/A&gt; all InRelease
Get:6 &lt;A href="http://archive.ubuntu.com/ubuntu" target="_blank"&gt;http://archive.ubuntu.com/ubuntu&lt;/A&gt; bionic-backports InRelease [74.6 kB]
Hit:7 &lt;A href="https://apt.repos.intel.com/ipp" target="_blank"&gt;https://apt.repos.intel.com/ipp&lt;/A&gt; all InRelease
Hit:8 &lt;A href="https://apt.repos.intel.com/tbb" target="_blank"&gt;https://apt.repos.intel.com/tbb&lt;/A&gt; all InRelease
Hit:9 &lt;A href="https://apt.repos.intel.com/daal" target="_blank"&gt;https://apt.repos.intel.com/daal&lt;/A&gt; all InRelease
Hit:10 &lt;A href="https://apt.repos.intel.com/mpi" target="_blank"&gt;https://apt.repos.intel.com/mpi&lt;/A&gt; all InRelease
Fetched 163 kB in 2s (82.7 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
W: Conflicting distribution: &lt;A href="https://apt.repos.intel.com/intelpython" target="_blank"&gt;https://apt.repos.intel.com/intelpython&lt;/A&gt; binary/ InRelease (expected binary/ but got )
&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Jun 2020 09:16:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/apt-repository-broken/m-p/1179769#M1348</guid>
      <dc:creator>Demmel__Nikolaus</dc:creator>
      <dc:date>2020-06-17T09:16:55Z</dc:date>
    </item>
  </channel>
</rss>

