~/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.
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.
For more complete information about compiler optimizations, see our Optimization Notice.