<?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 Re: Problems installing with conda - HTTP 403 FORBIDDEN in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1620057#M28790</link>
    <description>&lt;P&gt;Hi Louie,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To echo what Anuraj mentioned above, the new channel does not include all of the packages which the original intel channel hosted. It seems the older packages did not get migrated, which is preventing myself and other users from re-building environments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an example, here is a conda environment for an older project:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(my_env) $ conda list | grep intel
_libgcc_mutex             0.1                 conda_forge    intel
_openmp_mutex             4.5                       2_gnu    intel
common_cmplr_lib_rt       2021.3.0             intel_3350    intel
common_cmplr_lic_rt       2021.3.0             intel_3350    intel
dpcpp-cpp-rt              2021.3.0             intel_3350    intel
dpcpp_cpp_rt              2021.3.0             intel_3350    intel
icc_rt                    2021.3.0             intel_3350    intel
impi_rt                   2021.3.0              intel_294    intel
intel-cmplr-lib-rt        2021.3.0             intel_3350    intel
intel-cmplr-lic-rt        2021.3.0             intel_3350    intel
intel-opencl-rt           2021.3.0             intel_3350    intel
intel-openmp              2021.3.0             intel_3350    intel
intelpython               2024.1.0                      0    intel
opencl_rt                 2021.3.0             intel_3350    intel
tbb                       2021.12.0             intel_495    intel
zlib                      1.2.11                  intel_3    intel&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;This environment has various packages installed from the old intel conda channel. When searching the new channel using the conda CLI (as attempting to browse the channel online provides an XML error):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(base) $ conda search opencl_rt -c https://software.repos.intel.com/python/conda/ --override-channels
# (A long stack trace for a json paring exception, I think due to the channel metadata that gets cached)
# Name                       Version           Build  Channel
opencl_rt                   2022.2.0      intel_8734  python/conda
opencl_rt                   2022.2.1     intel_16953  python/conda
opencl_rt                   2023.0.0     intel_25370  python/conda
opencl_rt                   2023.1.0     intel_46305  python/conda
opencl_rt                   2023.2.0     intel_49495  python/conda
opencl_rt                   2023.2.3        intel_20  python/conda
opencl_rt                   2023.2.4     intel_49553  python/conda
opencl_rt                   2024.0.0     intel_49847  python/conda
opencl_rt                   2024.0.1     intel_49878  python/conda
opencl_rt                   2024.0.2     intel_49895  python/conda
opencl_rt                   2024.1.0       intel_963  python/conda
opencl_rt                   2024.1.2       intel_995  python/conda
opencl_rt                   2024.2.0       intel_981  python/conda&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It appears any older packages are no-longer hosted.&lt;BR /&gt;&lt;BR /&gt;Will older package versions which were available on the original intel channel (such as 2021.3.0) be hosted at a later date? To quote Jacob in &lt;A href="https://community.intel.com/t5/oneAPI-Registration-Download/Disappearance-of-intel-conda-channel/m-p/1618454/highlight/true#M7881" target="_self"&gt;this thread&lt;/A&gt;, "&lt;EM&gt;Removing the old packages breaks deployment of anything that requires them. If we can't trust this channel to keep the packages there, we can't use this compiler."&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;This issue appears to have resulted in a couple more forum posts, I'll link them below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.intel.com/t5/oneAPI-Registration-Download/Using-conda-to-get-the-Intel-compiler-runtime-libraries/m-p/1618456" target="_blank" rel="noopener"&gt;https://community.intel.com/t5/oneAPI-Registration-Download/Using-conda-to-get-the-Intel-compiler-runtime-libraries/m-p/1618456&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.intel.com/t5/oneAPI-Registration-Download/Disappearance-of-intel-conda-channel/m-p/1614250" target="_blank" rel="noopener"&gt;https://community.intel.com/t5/oneAPI-Registration-Download/Disappearance-of-intel-conda-channel/m-p/1614250&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 01 Aug 2024 16:05:44 GMT</pubDate>
    <dc:creator>Alex-F</dc:creator>
    <dc:date>2024-08-01T16:05:44Z</dc:date>
    <item>
      <title>Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1611876#M28732</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble installing ipp with conda today. I see this on github actions, locally and in a docker container. For example, in a clean condaforge/miniforge3 docker image:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="none"&gt;# conda create -v -n test2 -c intel ipp
Channels:
 - intel
 - conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): ...working... info     libmamba Reading cache files '/tmp/tmpb6fsu7yj.json.*' for repo index 'installed'
info     libmamba Reading repodata.json file "/tmp/tmpb6fsu7yj.json" for repo installed
failed

UnavailableInvalidChannel: HTTP 403 FORBIDDEN for channel intel &amp;lt;https://conda.anaconda.org/intel&amp;gt;

The channel is not accessible or is invalid.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the same issue with mamba. Also the page &lt;A class="" title="https://anaconda.org/intel/ipp" href="https://anaconda.org/intel/ipp" target="_blank" rel="noreferrer noopener"&gt;&lt;SPAN&gt;https://anaconda.org/intel/ipp&lt;/SPAN&gt;&lt;/A&gt; is no longer accessible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a temporary server issue, or has something moved to a new address?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 14:19:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1611876#M28732</guid>
      <dc:creator>SamTygier</dc:creator>
      <dc:date>2024-07-03T14:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1611888#M28733</link>
      <description>&lt;P&gt;I can also replicate this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 14:46:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1611888#M28733</guid>
      <dc:creator>JackAllen</dc:creator>
      <dc:date>2024-07-03T14:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1612148#M28736</link>
      <description>&lt;P&gt;Likewise&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 07:48:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1612148#M28736</guid>
      <dc:creator>LauraMurgatroyd</dc:creator>
      <dc:date>2024-07-04T07:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1612170#M28739</link>
      <description>&lt;P&gt;Installation seems to be resolved now. But &lt;A class="" title="https://anaconda.org/intel/ipp" href="https://anaconda.org/intel/ipp" target="_blank" rel="noreferrer noopener nofollow"&gt;&lt;SPAN class=""&gt;https://anaconda.org/intel/ipp&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp; is still inaccessible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:33:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1612170#M28739</guid>
      <dc:creator>SamTygier</dc:creator>
      <dc:date>2024-07-04T08:33:11Z</dc:date>
    </item>
    <item>
      <title>Re:Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1612600#M28742</link>
      <description>&lt;P&gt;Hi Sam, we have sent you a private message. Kindly check your community inbox.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jul 2024 19:33:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1612600#M28742</guid>
      <dc:creator>Vipin_S_Intel</dc:creator>
      <dc:date>2024-07-05T19:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1612997#M28745</link>
      <description>&lt;P&gt;Would you please just make the Intel Anaconda channel work again instead of sending some selected people private messages? We are all affected by this issue!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 12:51:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1612997#M28745</guid>
      <dc:creator>Sascha_Vo</dc:creator>
      <dc:date>2024-07-08T12:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1612998#M28746</link>
      <description>&lt;P&gt;Another suggestion: Just provide the downloads as a &amp;lt;language usage removedd&amp;gt; simple plain ZIP archive for god's sake!!!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 12:55:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1612998#M28746</guid>
      <dc:creator>Sascha_Vo</dc:creator>
      <dc:date>2024-07-08T12:55:26Z</dc:date>
    </item>
    <item>
      <title>Re:Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613084#M28747</link>
      <description>&lt;P&gt;Hi Sam, we have sent you a private message. Kindly check your community inbox,&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jul 2024 17:15:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613084#M28747</guid>
      <dc:creator>Vipin_S_Intel</dc:creator>
      <dc:date>2024-07-08T17:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613368#M28749</link>
      <description>&lt;P&gt;I don't have any messages in my community inbox, though I am not Sam. But I received an alert that you responded to my message. So I am going to assume that you meant to address me.&lt;/P&gt;&lt;P&gt;When will the Anaconda "intel" channel be publicly available again?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 09:49:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613368#M28749</guid>
      <dc:creator>Sascha_Vo</dc:creator>
      <dc:date>2024-07-09T09:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613418#M28750</link>
      <description>&lt;P&gt;The messages in my inbox just say "We are escalating your case to our higher team".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The repo is working again for me now, so I assume it was just a server glitch.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 12:52:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613418#M28750</guid>
      <dc:creator>SamTygier</dc:creator>
      <dc:date>2024-07-09T12:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613723#M28751</link>
      <description>&lt;P&gt;Thanks SamTygier for the clarification.&lt;/P&gt;&lt;P&gt;I still get HTTP 403 Forbidden when trying to download MKL or IPP Conda packages from Anaconda's Intel channel &lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 05:59:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613723#M28751</guid>
      <dc:creator>Sascha_Vo</dc:creator>
      <dc:date>2024-07-10T05:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613883#M28753</link>
      <description>&lt;P&gt;I am seeing this again today, on github actions and in a local docker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I received a message from intel support suggesting to try:&lt;/P&gt;&lt;PRE&gt;conda config --remove channels https://anaconda.org/intel/ipp&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this tells me&lt;/P&gt;&lt;PRE&gt;CondaKeyError: 'channels': 'https://anaconda.org/intel/ipp' is not in the 'channels' key of the config file&lt;/PRE&gt;&lt;P&gt;and did not make any difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 15:40:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613883#M28753</guid>
      <dc:creator>SamTygier</dc:creator>
      <dc:date>2024-07-10T15:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613900#M28754</link>
      <description>&lt;P&gt;Adding my voice to this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;conda install intel::mkl-static intel::mkl-include &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;both throw&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;UnavailableInvalidChannel: HTTP 403 FORBIDDEN for channel intel &amp;lt;https://conda.anaconda.org/intel&amp;gt;&lt;/PRE&gt;&lt;P&gt;and neither&amp;nbsp;&lt;A href="https://conda.anaconda.org/intel/mkl-static" target="_blank" rel="noopener"&gt;https://conda.anaconda.org/intel/mkl-static&lt;/A&gt;&amp;nbsp;nor&amp;nbsp;&lt;A href="https://conda.anaconda.org/intel/mkl-include" target="_blank" rel="noopener"&gt;https://conda.anaconda.org/intel/mkl-include&lt;/A&gt;&amp;nbsp;are accessible. Who took Intel off of anaconda.org?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is on a fresh install of miniconda, as I wiped my whole miniconda build and recreated. No `conda config` necessary as a troubleshoot. Using `conda-forge` as the channel works fine, so I'm just going to go with that and hope things are in line for my build.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 17:27:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613900#M28754</guid>
      <dc:creator>drewfustin</dc:creator>
      <dc:date>2024-07-10T17:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613991#M28755</link>
      <description>&lt;P&gt;I am having this issue as well when running in a local docker.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 00:05:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1613991#M28755</guid>
      <dc:creator>bmr</dc:creator>
      <dc:date>2024-07-11T00:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614139#M28756</link>
      <description>&lt;P&gt;Also having this issue, starting about 4pm GMT+1 yesterday.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 08:14:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614139#M28756</guid>
      <dc:creator>Margaret_D</dc:creator>
      <dc:date>2024-07-11T08:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614154#M28757</link>
      <description>&lt;P&gt;I can replicate, the issue has come back again&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 09:04:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614154#M28757</guid>
      <dc:creator>JackAllen</dc:creator>
      <dc:date>2024-07-11T09:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614163#M28758</link>
      <description>&lt;P&gt;Same here...&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 09:54:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614163#M28758</guid>
      <dc:creator>Marc_R_2</dc:creator>
      <dc:date>2024-07-11T09:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614174#M28759</link>
      <description>&lt;P&gt;In case its useful to anyone considering to make or use a mirror of the packages. The SHA256sum I have are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;d694e2757a2e9370c446e0f38f22636a252904963bb7b3a1f9799adb16cff838 linux/ipp-2021.12.0-intel_558.tar.bz2&lt;BR /&gt;df4c99c1763d46ecf5a8f2eb53b506a608f16ef3d39315cc407a55bac571f3c3 windows/ipp-2021.12.0-intel_556.tar.bz2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 10:24:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614174#M28759</guid>
      <dc:creator>SamTygier</dc:creator>
      <dc:date>2024-07-11T10:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614342#M28760</link>
      <description>&lt;P&gt;Related:&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-Distribution-for-Python/Disappearance-of-intel-conda-channel/m-p/1614250#M2163" target="_blank"&gt;https://community.intel.com/t5/Intel-Distribution-for-Python/Disappearance-of-intel-conda-channel/m-p/1614250#M2163&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 23:56:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614342#M28760</guid>
      <dc:creator>Jacob_Williams</dc:creator>
      <dc:date>2024-07-11T23:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing with conda - HTTP 403 FORBIDDEN</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614554#M28761</link>
      <description>&lt;P&gt;Thank Jacob for finding a working repo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any word from Intel on what's happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 12:25:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Problems-installing-with-conda-HTTP-403-FORBIDDEN/m-p/1614554#M28761</guid>
      <dc:creator>SamTygier</dc:creator>
      <dc:date>2024-07-12T12:25:23Z</dc:date>
    </item>
  </channel>
</rss>

