When I run conda update -n base conda
, it returns:
Channels:
- https://software.repos.intel.com/python/conda
- conda-forge
- defaults
- intel
Platform: win-64
Collecting package metadata (repodata.json): failed
UnavailableInvalidChannel: HTTP 403 FORBIDDEN for channel intel https://conda.anaconda.org/intel
When I run conda config --show-sources
, it doesn’t show the last channel listed above:
==> C:\Users\roots.condarc <==
channels:
- https://software.repos.intel.com/python/conda/
- conda-forge
- defaults
Where else do I need to check my channels? Thanks!