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.
1366 Discussions

AI Tools Selector - conda install not working (update)

Kurt3
Beginner
535 Views

I am trying to install the AI tools using the command generated by the AI Tools Selector page, but it is not working. The error makes it seem like the conda channels it is suggesting may be incorrect(?)

 

$ conda install -c intel -c conda-forge --override-channels scikit-learn-intelex intel-extension-for-tensorflow=2.14 tensorflow=2.14 intel-optimization-for-horovod=0.28.1.1 intel-extension-for-pytorch=2.0.120 pytorch=2.0.1 oneccl_bind_pt=2.0.200 torchvision=0.15.2 neural-compressor=2.3.1
Retrieving notices: ...working... done
Channels:
 - intel
 - conda-forge
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - nothing provides requested torchvision 0.15.2**
  - nothing provides requested tensorflow 2.14**
  - nothing provides requested pytorch 2.0.1**
  - nothing provides requested oneccl_bind_pt 2.0.200**
  - nothing provides requested intel-optimization-for-horovod 0.28.1.1**
  - nothing provides requested intel-extension-for-tensorflow 2.14**
  - nothing provides requested intel-extension-for-pytorch 2.0.120**
  - nothing provides opencv-python-headless needed by neural-compressor-2.3.1-py_0

Could not solve for environment specs
The following packages are incompatible
├─ intel-extension-for-pytorch 2.0.120**  does not exist (perhaps a typo or a missing channel);
├─ intel-extension-for-tensorflow 2.14**  does not exist (perhaps a typo or a missing channel);
├─ intel-optimization-for-horovod 0.28.1.1**  does not exist (perhaps a typo or a missing channel);
├─ neural-compressor 2.3.1**  is not installable because it requires
│  └─ opencv-python-headless, which does not exist (perhaps a missing channel);
├─ oneccl_bind_pt 2.0.200**  does not exist (perhaps a typo or a missing channel);
├─ pytorch 2.0.1**  does not exist (perhaps a typo or a missing channel);
├─ tensorflow 2.14**  does not exist (perhaps a typo or a missing channel);
└─ torchvision 0.15.2**  does not exist (perhaps a typo or a missing channel).

 

 

0 Kudos
3 Replies
Kurt3
Beginner
475 Views

UPDATE:  On the original question, there were some follow-up questions by Vipin_Singh1 which I will answer here.

  • OS build on which you are installing the software.
    Windows 11 Pro, build 22631.3296

  • Is the installer an online or an offline package?  
    Installer for what?

  • Version of Microsoft Visual Studio installed along with it's build version 
    Not installed. (the above log was captured from the command line windows terminal)

  • Installation Log files.  
    • The default path for a log file for a oneAPI installation is: C:\Program Files (x86)\Intel\oneAPI\logs  
      This directory does not exist

  • Is python 3 installed in your system?
    Yes, this conda is Python 3.11

  • Exact Intel® oneAPI Product name?
    AI Tools python package from the AI Tools Selector page

 

 

 

0 Kudos
Vipin_Singh1
Moderator
453 Views

Hi Kurt, please know that all components of Intel® AI Tools do not support Windows*. Please refer to the below link for more information on the system requirements:


Intel® AI Tools Release Notes


Intel® AI Tools System Requirements


0 Kudos
Vipin_Singh1
Moderator
380 Views

Hi Kurt, unfortunately, we were unable to hear back from you. 


If you have any further queries, please post a new question, as this thread will no longer be monitored by Intel®. 


0 Kudos
Reply