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 has been 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'
Can we have better error messages?
The text was updated successfully, but these errors were encountered:
This is the error I get on after
pip install roro
and afterroro 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'
Can we have better error messages?
The text was updated successfully, but these errors were encountered: