Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Joblib dependency + Error messages #13

Open
ragbadaskar opened this issue Sep 18, 2017 · 0 comments
Open

Joblib dependency + Error messages #13

ragbadaskar opened this issue Sep 18, 2017 · 0 comments

Comments

@ragbadaskar
Copy link
Member

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?

sohail535 added a commit that referenced this issue Sep 19, 2017
* Update requires section of flit.ini with requirements.txt

solves #13

* Addressed some python 2 issues.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant