youngser / D3M2

0 stars 0 forks source link

Python/ry2 incompatibility #3

Closed youngser closed 7 years ago

youngser commented 7 years ago

I tried to install ry2 on my mac as well as linux docker image, both running python 2.7, and experienced an issue.

@DSP137, I remember you were running python 3, and do you remember how you solved this? @disa-mhembere, note that this will be an issue with docker...

disa-mhembere commented 7 years ago

she solved it by using pip3 install rpy2

Can you try pip install rpy2==2.8.0. Or check which was the the last version that worked for 2.7 here

youngser commented 7 years ago

Ok, Thank! It looks like pip3 is for python3, so I just upgrade it. Now, it seems working! Thanks!!