Closed
Description
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
Labels
No labels