- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
intelpython3_core for Python 3.10 appears to have an unsatisfiable dependency on `mkl-service 2.4.1 py310h1e356de_0`, which doesn't appear to exist anymore:
# mamba create -n test intelpython3_core python=3.10
Could not solve for environment specs
The following packages are incompatible
├─ intelpython3_core is installable with the potential options
│ ├─ intelpython3_core 2024.2.0 would require
│ │ └─ python 3.9.19 h16b9217_1, which can be installed;
│ ├─ intelpython3_core 2024.2.0 would require
│ │ └─ mkl-service 2.4.1 py310h1e356de_0, which does not exist (perhaps a missing channel);
│ └─ intelpython3_core 2024.2.0 would require
│ └─ python 3.11.9 h2324612_5_cpython, which can be installed;
└─ python 3.10** is not installable because it conflicts with any installable versions previously reported.
This is the only build available of mkl-service for Python 3.10:
mkl-service 2.4.1 py310h1e356de_1
Python 3.9 and 3.11 can be installed.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
could you add the intel channel when you install intelpython3_core package? just like this command:
conda create -n test -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels python=3.10 intelpython3_core
you can also refer to this web link for Intel distribution of Python installation.
thanks.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page