- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page