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

Latest analytics-toolkit needs Python 3.7, Anaconda's currently P 3.10 and oldest avail is P 3.8

bevin_b_
New Contributor I
1,808 Views

I am running an uptodate Windows 10 64bit Intel system, running on a VMWare VM.

 

I followed
https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-windows/2023-0/install-intel-ai-analytics-toolkit-via-conda.html

 

which takes me to  "https://www.anaconda.com/", from where I installed the Anaconda available there today (2023-Apr-15).   It installs Python 3.10

After activating it, I try to install the ai-analytics-toolkit, as documented

It fails as follows...

(base) C:\WINDOWS\system32>conda install -c intel intel-aikit-modin
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

- intel-aikit-modin -> python[version='>=3.7,<3.8.0a0']

Your python: python=3.10

If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.

0 Kudos
9 Replies
ArpanB_Intel
Moderator
1,765 Views

Hi Bevin, please share the below information with us:


- OS build on which you are installing the software

- Is the installer an online or an offline package?

- Version of Microsoft Visual Studio installed along with it's build version

- Other versions of Intel® Parallel Studio XE or Intel® oneAPI already installed on the system

- Screenshots of the error screen

- Installation Log files.

The default path for a log file for a oneAPI installation is: C:\Program Files (x86)\Intel\oneAPI\logs


We would like to know.


0 Kudos
Mohamed_A
Beginner
1,750 Views
0 Kudos
bevin_b_
New Contributor I
1,729 Views

See my other report about this.

The workaround is to install miniconda-py37_23.1.0-Windows-x86_64.exe from https://repo.anaconda.com/miniconda

 

0 Kudos
Mohamed_A
Beginner
1,665 Views

- OS build on which you are installing the software

--- Windows 10 and OS:19044.2846

 

- Is the installer an online or an offline package?

--- Offline 

--- w_BaseKit_p_2021.2.0.2871_offline.exe

--- w_HPCKit_p_2021.2.0.2901_offline.exe

 

- Version of Microsoft Visual Studio installed along with it's build version

--- Microsoft Visual Studio Community 2019. Version 16.11.26

--- Microsoft .NET Framework Version 4.8.04084

 

- Other versions of Intel® Parallel Studio XE or Intel® oneAPI already installed on the system

--- I tried first to install Intel® oneAPI 2021, when I was not able to install them. Then I installed Intel® oneAPI 2023, which were installed smoothly. Then, I uninstalled them to try Intel® oneAPI 2021 again and again and again without any success.

 

- Screenshots of the error screen

--- There is no an error message,  just showing the background of installations as shown in the attached image and then disappeared.

 

- Installation Log files.

--- I don't find this path. What I found is C:\Program Files (x86)\Intel\oneAPI\Installer

--- Installer is the only folder in Intel folder.

 

*Thanks for supporting

0 Kudos
bevin_b_
New Contributor I
1,733 Views

On a clean Windows 10 64 Pro, 

 

install Anaconda3 2023.03-1 as admin 

     just for own use

     don't register Python

 

Activate it

    C:\Users\admin> C:\Users\admin\AppData\Local\anaconda3\Scripts\activate

Try to install the intel-aikit-modin kit

 

(base) C:\Users\admin>cd temp

(base) C:\Users\admin\temp>conda install -c intel intel-aikit-modin
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

- intel-aikit-modin -> python[version='>=3.7,<3.8.0a0']

Your python: python=3.10

If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.

0 Kudos
bevin_b_
New Contributor I
1,733 Views

i.e   No Visual Studio installed,  none OneAPI installed, no other Python's installed

0 Kudos
ArpanB_Intel
Moderator
1,599 Views

Bevin, thank you for sharing the information.


We have contacted you internally to share some information. Please check your inbox for further updates.


0 Kudos
ArpanB_Intel
Moderator
1,394 Views

Bevin, we have been intimated that the issue has been addressed.


Could you proceed with the installation from the beginning and share your findings with us? We would like to know.


0 Kudos
ArpanB_Intel
Moderator
1,386 Views

Bevin, 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