You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
This is the error I get on after pip install roro and after roro ps
(background-img) MacBook-Air-3% roro ps Traceback (most recent call last): File "/Users/ragbadaskar/pythoncode/pydev/background-img/bin/roro", line 7, in <module> from roro.cli import cli File "/Users/ragbadaskar/pythoncode/pydev/background-img/lib/python3.5/site-packages/roro/__init__.py", line 4, in <module> from .projects import get_current_project File "/Users/ragbadaskar/pythoncode/pydev/background-img/lib/python3.5/site-packages/roro/projects.py", line 5, in <module> from . import models, config File "/Users/ragbadaskar/pythoncode/pydev/background-img/lib/python3.5/site-packages/roro/models.py", line 3, in <module> import joblib ImportError: No module named 'joblib'