Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6812 讨论

Problems installing with conda - HTTP 403 FORBIDDEN

SamTygier
新手
23,701 次查看

Hi,

 

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:

 

 

 

# 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 <https://conda.anaconda.org/intel>

The channel is not accessible or is invalid.

 

 

 

I get the same issue with mamba. Also the page https://anaconda.org/intel/ipp is no longer accessible.

 

Is this a temporary server issue, or has something moved to a new address?

 

Thanks,

Sam

 

 

 

 

标签 (2)
1 解答
Juhi_B_Intel
主持人
14,438 次查看

Hi Everyone!

Thank you for reporting that the Intel channel is no longer available at anaconda.com. For install Intel oneAPI libraries, compilers, and tools as stand-alone versions, please refer to this document: install-stand-alone-tools

 

Yes not all the older versions were posted in the new channel. Please note that Older versions do not have the latest functional and security updates and Users should update to the latest version of oneAPI Toolkits and components.
Despite that some older versions have been restored, if there is any particular one you need for your use please open a Priority Support Ticket with Intel. https://www.intel.com/content/www/us/en/developer/tools/oneapi/commercial-base.html#gs.f9mewg

 

在原帖中查看解决方案

32 回复数
JackAllen
初学者
16,823 次查看

I can also replicate this. 

0 项奖励
LauraMurgatroyd
初学者
16,711 次查看
0 项奖励
SamTygier
新手
16,698 次查看

Installation seems to be resolved now. But https://anaconda.org/intel/ipp  is still inaccessible.

 

0 项奖励
Vipin_S_Intel
主持人
16,619 次查看

Hi Sam, we have sent you a private message. Kindly check your community inbox.


0 项奖励
Nagesh2
初学者
12,888 次查看

can you please sent intel 2021.12 lib and include for me as well

trying hard to get it downloaded and Conda is still not working

0 项奖励
Sascha_Vo
新手
16,550 次查看

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!

Sascha_Vo
新手
16,550 次查看

Another suggestion: Just provide the downloads as a <language usage removedd> simple plain ZIP archive for god's sake!!!

0 项奖励
Vipin_S_Intel
主持人
16,529 次查看

Hi Sam, we have sent you a private message. Kindly check your community inbox,


0 项奖励
Sascha_Vo
新手
16,502 次查看

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.

When will the Anaconda "intel" channel be publicly available again?

SamTygier
新手
16,491 次查看

The messages in my inbox just say "We are escalating your case to our higher team".

 

The repo is working again for me now, so I assume it was just a server glitch.

0 项奖励
Sascha_Vo
新手
16,440 次查看

Thanks SamTygier for the clarification.

I still get HTTP 403 Forbidden when trying to download MKL or IPP Conda packages from Anaconda's Intel channel

SamTygier
新手
16,402 次查看

I am seeing this again today, on github actions and in a local docker.

 

I received a message from intel support suggesting to try:

conda config --remove channels https://anaconda.org/intel/ipp

 

But this tells me

CondaKeyError: 'channels': 'https://anaconda.org/intel/ipp' is not in the 'channels' key of the config file

and did not make any difference.

 

JackAllen
初学者
16,224 次查看

I can replicate, the issue has come back again

0 项奖励
RNSS
初学者
13,925 次查看

this worked with me 

 

conda config --remove channels intel

 

0 项奖励
drewfustin
初学者
16,382 次查看

Adding my voice to this.

 

conda install intel::mkl-static intel::mkl-include 

 

both throw 

UnavailableInvalidChannel: HTTP 403 FORBIDDEN for channel intel <https://conda.anaconda.org/intel>

and neither https://conda.anaconda.org/intel/mkl-static nor https://conda.anaconda.org/intel/mkl-include are accessible. Who took Intel off of anaconda.org? 

 

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. 

bmr
初学者
16,312 次查看

I am having this issue as well when running in a local docker. 

Margaret_D
初学者
16,235 次查看

Also having this issue, starting about 4pm GMT+1 yesterday. 

Marc_R_2
初学者
16,205 次查看

Same here...

0 项奖励
SamTygier
新手
16,168 次查看

In case its useful to anyone considering to make or use a mirror of the packages. The SHA256sum I have are:

 

d694e2757a2e9370c446e0f38f22636a252904963bb7b3a1f9799adb16cff838 linux/ipp-2021.12.0-intel_558.tar.bz2
df4c99c1763d46ecf5a8f2eb53b506a608f16ef3d39315cc407a55bac571f3c3 windows/ipp-2021.12.0-intel_556.tar.bz2

 

回复