Skip to content

Error during installation with conda: FORBIDDEN for channel intel <https://conda.anaconda.org/intel> #1480

@DerBrecher

Description

@DerBrecher

During installation of I encounter an error when following the install instructions given here:
https://intelpython.github.io/numba-dpex/latest/getting_started.html

Running:
conda create -n numba-dpex-env \ numba-dpex dpnp dpctl dpcpp-llvm-spirv \ -c dppy/label/dev -c intel -c conda-forge

leads to the following error message:
`Channels:

  • dppy/label/dev
  • intel
  • conda-forge
  • defaults
    Platform: linux-64
    Collecting package metadata (repodata.json): failed

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

The channel is not accessible or is invalid.

You will need to adjust your conda configuration to proceed.
Use conda config --show channels to view your configuration's current state,
and use conda config --show-sources to view config file locations.
`

Trying to access https://conda.anaconda.org/intel in a browser only redirects to https://anaconda.org/

I encounter a similar error when trying to install the Intel Extension for PyTorch.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions