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,712 檢視

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,449 檢視

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,831 檢視

I can also replicate this. 

LauraMurgatroyd
初學者
16,719 檢視
SamTygier
新手
16,706 檢視

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

 

Vipin_S_Intel
主席
16,627 檢視

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


Nagesh2
初學者
12,896 檢視

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

Sascha_Vo
新手
16,558 檢視

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,558 檢視

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

Vipin_S_Intel
主席
16,537 檢視

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


Sascha_Vo
新手
16,510 檢視

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,499 檢視

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.

Sascha_Vo
新手
16,448 檢視

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,410 檢視

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,232 檢視

I can replicate, the issue has come back again

RNSS
初學者
13,933 檢視

this worked with me 

 

conda config --remove channels intel

 

drewfustin
初學者
16,390 檢視

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,320 檢視

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

Margaret_D
初學者
16,243 檢視

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

Marc_R_2
初學者
16,213 檢視

Same here...

SamTygier
新手
16,176 檢視

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

 

回覆