Thanks. This is it. I’m glad we discussed about the channel priority (if 
you noticed my original attachment sage-environment.yml, conda-forge is 
last.)

I’m curious why this ABI incompatibility are allowed when satisfying the 
dependencies. I don’t know if the conda forge formula is written 
incorrectly or if this is a deficiency of conda. My original hope is to 
prioritize the intel channel so I can get libraries such as numpy and scipy 
from intel which is built using MKL instead of openblas. The bigger picture 
is to use sage together with the existing stack of libraries I already am 
using (where most are from intel then defaults).

For others’ reference, this is the minimal example to install sage in conda:

name: sage
channels:
  # this must be the first
  - conda-forge
  - intel
  - defaults
dependencies:
  # or just sage if you don't care versions
  - sage=8.3=py36_3

Save it as env-sage.yml, then run

conda env create -f ~/Dropbox/env-sage.yml
. activate sage

​

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to