IPython R loading - ImportError: unable to import name translation

I try to work in R from Ipython, but I get this error when loading the rmagic library → rpy2.ipython (now): (I just copied the final, not the whole code)

/usr/lib/python2.7/dist-packages/rpy2/robjects/robject.py in <module>() 5 rpy2.rinterface.initr() 6 ----> 7 from . import conversion 8 9 class RObjectMixin(object): ImportError: cannot import name conversion 

A month ago, this works great, and since then I have not changed anything.

I researched this on the website, but all the answers said to update all versions of the programs, and no one solved my problem. Maybe I did something wrong.

I installed R version 3.1.1, Python version 2.7.9 and Ipython 4.0.0. Latest versions in powerpc64 processor.

+6
source share

All Articles