On Thursday, 29 January 2015 14:29:19 UTC, Dave Hirschfeld wrote: > > > On Thursday, 29 January 2015 13:49:49 UTC, Gonzalo Peña-Castellanos wrote: >> >> Hi Dave >> >> Thanks for posting, >> >> I have fixed this bug in this PR ( >> https://bitbucket.org/spyder-ide/spyderlib/pull-request/102/fix-conda-error >> ) >> >> It should be merged soon ( *right Carlos :-)* ? ) >> >> The fix is quite easy, you can see the changes I made in the PR. >> >> Of course it is a temporary fix. This plugin for now only uses >> the Continuum repositories (free and pro). This will be expanded >> to any channels the user wants to add. So in this case with this "fix" >> that package would simply not appear in the plugin. >> >> I appreciate any feedback I can get for users testing the latest >> development version. >> >> Cheers >> >> Gonzalo >> > >
Printing out `vals` gives: vals = [u'llvmmath', u'0.1.2', u'np17py27_1', u'llvmmath-0.1.2-np17py27_1'] ..which is very strange since I'm on np19. Since there is no llvmmath package for np19 (maybe it's deprecated?) I simply removed it and everything now works with your patch. Thanks, Dave -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
