jcrow...@gmail.com
unread,Jun 6, 2015, 8:35:59 AM6/6/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dap...@googlegroups.com
Hi all,
I am just running the DaPars suite and the first step works perfectly.
When I try to run the DaPars_main.py script I keep getting conflicts with the import of the rpy2 libraries:
### Direct output from running $python DaPars_main.py
Traceback (most recent call last):
File "DaPars_main.py", line 11, in <module>
from rpy2.robjects.packages import importr
File "/user/leuven/307/vsc30711/.local/lib/python2.7/site-packages/rpy2/robjects/__init__.py", line 15, in <module>
import rpy2.rinterface as rinterface
File "/user/leuven/307/vsc30711/.local/lib/python2.7/site-packages/rpy2/rinterface/__init__.py", line 101, in <module>
from rpy2.rinterface._rinterface import *
ImportError: libR.so: cannot open shared object file: No such file or directory
I have installed rpy2 using the
$easy_install -user rpy2
and it runs fine, when I try to import rpy2 in python this works fine too (no conflicts)
because I am not a Root/Admin on the server.
Any help in additional installations to get past this would be great.
Thanks in advance,
Jonathan