Intel® Distribution for Python*
Support and discussions for achieving faster Python* applications and core computational packages.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

conda install failed

Becker__Neal
Beginner
487 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
487 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.
 

Reply