Skip to content

Beginners guide installs dpctl 0.11.4 with conda on Windows 11 #1749

Closed
@icfaust

Description

@icfaust

when running this command from the beginners guide (https://intelpython.github.io/dpctl/latest/beginners_guides/installation.html#dpctl-installation)

conda.bat create --name dpctl_env --channel https://software.repos.intel.com/python/conda/ dpctl

It will install dpctl 0.11.4.

When forcing it to try and install 0.17.0 using a similar command:

conda.bat create --name dpctl_env --channel https://software.repos.intel.com/python/conda/ dpctl==0.17.0

it yields:

LibMambaUnsatisfiableError: Encountered problems while solving:
  - nothing provides vc14_runtime >=14.29.30139 needed by dpctl-0.17.0-py39h252d4e7_0

Could not solve for environment specs
The following package could not be installed
\u2514\u2500 dpctl 0.17.0  is not installable because it requires
   \u2514\u2500 vc14_runtime >=14.29.30139 , which does not exist (perhaps a missing channel).

It would be nice to update this for better beginner users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions