For the record, much of that pain is because we can't use pip for standard packages (because it requires openssl)
You probably created some mess with duplicate installation (flat + egg) or something like that. On Sunday, November 29, 2015 at 11:17:42 AM UTC+1, Emmanuel Charpentier wrote: > > A note of caution : after updating to 6.10.beta6, %load_ext rpy2.ipython > failed. re-reinstalling rpy2 via pip fixed the problem. > > What dost this mean ? > > -- > Emmanuel Charpentier > > Le dimanche 29 novembre 2015 09:34:26 UTC+1, Emmanuel Charpentier a écrit : >> >> Answering to myself : >> >> It turns out that updating the rpy2 Python package fixes the problem. >> >> This should be fixed by upgrading the distributed version. It is now >> Trac#19638 <http://trac.sagemath.org/ticket/19638>. >> >> HTH, >> >> -- >> Emmanuel Charpentier >> >> >> Le vendredi 13 novembre 2015 14:33:38 UTC+1, Emmanuel Charpentier a >> écrit : >>> >>> Dear list, >>> >>> Last time I looked (about sage 6.9 or thereabout) the %R line magic and >>> %%R cell magic were supstitute to the %r magic, useful in the ipython >>> noteboook where %r dosn't work as intended. >>> >>> %load_ext rmagic gives its usual warning that it has moved to rpy2, but >>> neither %R nor %%R are listed in the possible tab-completions of %, and >>> trying to use them lead to an error message ("%R line magic nof found" and >>> "%%R cell magic not found", or something to that effect). >>> >>> %r still launches an R interpreter you can't get out of. >>> >>> Is that new ? >>> >>> -- >>> Emmanuel Charpentier >>> >>> -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
