Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6731 Discussions

Problems installing with conda - HTTP 403 FORBIDDEN

SamTygier
Novice
3,891 Views

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

 

 

 

 

Labels (2)
24 Replies
DevelVitoF
Beginner
1,579 Views

How can I remove all pakages references to this Intel channel, like openvino package.

Can´t use my conda installation because off this unexpected removal off the Intel channel.

 

0 Kudos
DevelVitoF
Beginner
740 Views

Ok fixed mysel

 

conda config --remove channels intel

conda remove --force intel-openmp

conda remove --force openvino stuff

 

0 Kudos
wens
Beginner
156 Views

conda config --remove channels intel 

This command doesn't work on my server.

What I do is delete line '- intel' from file /opt/intel/oneapi/intelpython/.condarc ( this is vary depends on your installation)

add new channel

#conda config --add channels https://software.repos.intel.com/python/conda/

 

 

0 Kudos
AnurajKA
Beginner
286 Views

Dear Team,

 

Is there any update on this issue ? 

Is this a temporary glitch ? 

So many workflows are failing due to this issue. 

Can someone kindly respond. ?

 

Certains versions which we are using in intel channel is not available in the latest repo(https://software.repos.intel.com/python/conda).
Eg: Intelpython 23.0.0 is not available 

 

Thanks 

Anuraj k A

0 Kudos
Reply