oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.
1407 Discussions

Disappearance of intel conda channel PART 2

Jacob_Williams
New Contributor II
397 Views

Since the original ticket was closed: Re: Using conda to get the Intel compiler runtime libraries - Intel Community

 

I'm continuing it here.

 

Example conda environment file:

 

channels:
  - nodefaults

dependencies:
  - mkl=2019.5
  - intel-openmp=2019.5
  - icc_rt=2019.5
 
Try to build and env using conda env create -f environment.yml --prefix ./test1
 
The error is:

Channels:
- https://software.repos.intel.com/python/conda
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

- mkl=2019.5*
- intel-openmp=2019.5*
- icc_rt=2019.5*

Current channels:

- https://software.repos.intel.com/python/conda/win-64

 

So, those packages are missing. I assume Intel knows this. Do you not know that you didn't put all the packages from the old channel into the new one?

 

But, a larger issue is that Intel has still not actually answered any of our questions from the other ticket. Can we expect any answers? This is the 3rd or 4th ticket for this issue. 

4 Replies
Jacob_Williams
New Contributor II
395 Views

@Ron_Green any assistance you can provide to elevate this would be appreciated.

 

Note: I don't get notifications from this forum anymore (i used to get emails when someone responded to my post, but I don't any more). My icon is also a broken link and I can't figure out how to fix that either.

0 Kudos
Jacob_Williams
New Contributor II
393 Views

@RahulC_Intel ping!

0 Kudos
Ncharron
Beginner
229 Views

ping!

0 Kudos
Alex-F
Novice
205 Views

Ping!

 

Checking the repo using conda search (as attempting to access the web GUI provides an XML error), it looks like the oldest available version is 2022.2.0 for many of intel's packages (like intel-openmp).

 

(base) $ conda search intel-openmp -c https://software.repos.intel.com/python/conda/ --override-channels

 

Can we have a statement regarding support for older packages on this new channel please? The lack of older packages being hosted has broken several builds that I work with, and I assume it's impacting others in a similar manner.

 

Thanks,

Alex

Related Tickets:

  1. Disappearance of intel conda channel (Part 1)
  2. Problems installing with conda - HTTP 403 FORBIDDEN
  3. Re: Using conda to get the Intel compiler runtime libraries
0 Kudos
Reply