Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anaconda Intel Channel 403's #1935

Open
AcylSilane opened this issue Jul 11, 2024 · 3 comments
Open

Anaconda Intel Channel 403's #1935

AcylSilane opened this issue Jul 11, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@AcylSilane
Copy link

AcylSilane commented Jul 11, 2024

Describe the bug
Currently, when one attempts to install the package via conda install -c intel scikit-learn-intelex, an HTTP 403 is returned and installation is impossible.

This appears to have also happened last week (see #1913), and the comment chain states the channel had been made accessible again.
Today, an associated PR (see #1932) was merged to fix the issue.

I experienced this a few minutes ago (16 hours after that branch was merged), and haven't tried installing from this channel in about 2 weeks. So, I can't comment on whether this is related to the same problem(s) the issue and PR discuss, or if it is a new problem.

I tested this on 2 separate computers and 2 separate internet connections (with and without a VPN), to confirm it wasn't isolated to just one machine/network.

To Reproduce
Steps to reproduce the behavior:

  1. Open up a terminal and activate anaconda (or miniconda)
  2. Run conda install -c intel scikit-learn-intelex
  3. Anaconda will fail due to a 403.

Expected behavior
Conda reports that the package exists or not, but it shouldn't 403.

Output/Screenshots

❯ conda install scikit-learn-intelex
Retrieving notices: ...working... done
Channels:
 - defaults
 - intel
Platform: win-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.

Environment:

  • OS: Win11 (also reproduces on WSL Debian on both machines I tried this on)
  • Compiler: N/A
  • Version: Conda 23.7.4
@AcylSilane AcylSilane added the bug Something isn't working label Jul 11, 2024
@napetrov
Copy link
Contributor

Bee free to use conda-forge channel - i do have latest bits there.

@ryan-rozario
Copy link

ryan-rozario commented Jul 19, 2024

@napetrov Could you please look into why the intel channel is not accessible. If this is not the correct forum could you raise the issue in the correct forum.
The intel channel has not been accessible again since 11th July.

We use some packages which are not in the conda-forge channel like intelpython .

@napetrov
Copy link
Contributor

@ryan-rozario - there is Intel hosted channel available, please look at https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2024-2/conda.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants