Minimal miniconda install produces error when pip installing custom script

0 views
Skip to first unread message

Xtian Simon

unread,
May 6, 2018, 7:35:30 PM5/6/18
to conda - Public
I have a small (600 lines) custom script which I'm using at work. 
I've installed Miniconda3, created a new conda environment, and installed pandas, click, and git conda packages.

Installing my script in the env,
    > pip install -e .

I get two error messages:
   mkl-random 1.0.1 requires cython, which is not installed.  
   mkl-fft 1.0.0 requires cython, which is not installed.

My script seems to be working. Any idea what's this about? 

Matt Craig

unread,
May 6, 2018, 9:45:42 PM5/6/18
to conda - Public, Xtian Simon
Hi,

Looks like you need to conda install cython

Thanks,

Matt
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+un...@continuum.io.
To post to this group, send email to co...@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/a9931ce8-1841-415f-b90b-46cf5809257c%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Xtian Simon

unread,
May 8, 2018, 8:48:22 AM5/8/18
to conda - Public, xtian...@gmail.com
I figured this out.
I have two installs, one of Anaconda and one of Miniconda, because I'm testing the Anaconda install to distribute my script at work.
However, as the project developed from Anaconda to Miniconda I kept the same named env. These were evidently not playing well together.

I created two differently named envs for each, Anaconda and Miniconda, and the error message went away.

Kale Franz

unread,
May 8, 2018, 6:40:34 PM5/8/18
to Xtian Simon, conda - Public
Great example of why I think we should be stressing environments having locations rather than environments having names. 

Sent from my iPhone
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+un...@continuum.io.
To post to this group, send email to co...@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
Reply all
Reply to author
Forward
0 new messages