- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tried various approaches, but all give similar results:
[nbecker@nbecker2 ~]$ conda create -n intelpython3 intelpython3_core pandas matplotlib --channel intel --override-channels
Fetching package metadata: ..
Solving package specifications: .................................
Error: Unsatisfiable package specifications.
Generating hint:
[ COMPLETE ]|#########################################################################| 100%
Hint: 'intelpython3_core' has unsatisfiable dependencies (see 'conda info intelpython3_core')
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please try this and let me know if it works:
conda create -n intelpython3 python=3 intelpython3_core pandas matplotlib --channel intel --override-channels
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
conda create -n intelpython3 python=3 intelpython3_core pandas matplotlib --channel intel --override-channels
Fetching package metadata: ..
Solving package specifications: .................................
Error: Unsatisfiable package specifications.
Generating hint:
[ COMPLETE ]|#########################################################################| 100%
Hint: 'python' has unsatisfiable dependencies (see 'conda info python')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It looks like running
conda update --all
first, fixed my problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You beat me to it! Adding some notes in case others discover the same problem.
I was able to reproduce the problem you are seeing with conda 3.19.3. Updating to the latest conda (4.0.6) makes the problem go away for me. Please do:
conda info
To check the version of conda, Then:
conda update conda
To update conda and try again. We will be updating the documentation on using conda to add these requirements.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page