Hi,
When I try to run run_lefse.py, I get an error like this:
Traceback (most recent call last):
File "run_lefse.py", line 4, in <module>
from lefse import *
File "/Users/jenniferhuang/lefse/lefse.py", line 3, in <module>
import rpy2.robjects as robjects
ImportError: No module named rpy2.robjects
This is my first time running lefse in terminal, so any advice or guidance would be helpful. I am running python3.6, R-3.3, and rpy2v2.9.
Thank you,
Jenn