Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

conda install failed

Becker__Neal
Beginner
822 Views

~/anaconda/bin/conda create -n idp -c intel intelpython3_core
Using Anaconda Cloud api site https://api.anaconda.org
Fetching package metadata: ........
Solving package specifications: ....

The following specifications were found to be in conflict:
  - intelpython3_core -> python 3.5.1 intel_py3.5_1
  - python 2.7*
Use "conda info <package>" to see the dependencies for each package.

0 Kudos
1 Reply
Robert_C_Intel
Employee
822 Views

Please try

~/anaconda/bin/conda create -n idp -c intel intelpython3_core python=3

I will update the documentation. The python=3 is only needed if you start with a python2 miniconda.
 

0 Kudos
Reply