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

Error while installing with Conda

Grace_T_
Beginner
664 Views
CondaOSError: OS error: failed to link (src='/Users/grace/anaconda/pkgs/python-3.5.2-intel_0/lib/python3.5/__pycache__/__future__.cpython-35.opt-1.pyc', dst='/Users/grace/anaconda/envs/idp/lib/python3.5/__pycache__/__future__.cpython-35.opt-1.pyc', type=1, error=FileNotFoundError(2, 'No such file or directory'))

Got this error while trying to install the distribution using Conda using this command:

conda create -n idp intelpython3_core python=3 jupyter

 

Not sure what it means, any advice?

 

0 Kudos
1 Reply
Robert_C_Intel
Employee
664 Views

There was a packaging error, and the error shows up with some versions of conda. Can you try this:

conda install conda=4.1.11
conda create -n idp intelpython3_core python=3 jupyter

If that does not work, please send us the output of:

conda info

We are updating the packages on anaconda.org so downgrading the conda is will not be needed in the future.

0 Kudos
Reply