-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better error message when vlfeat not found #15
Comments
What I was thinking when creating this issue was that a better error On Mon, May 23, 2016 at 7:31 PM, Patrick Snape notifications@github.com
|
I thought they were separate issues (As this is simply giving a better On Mon, May 23, 2016 at 7:39 PM, Abdeali Kothari abdealikothari@gmail.com
|
We could sort this separately but it would certainly be part of #14. |
Currently if I try to install cyvlfeat without vlfeat installed, I get:
This makes sense, because
vl/host.h
cannot be found, as vlfeat is not installed.But, it would be nicer to mention something like "Could not find
vlfeat
http://www.vlfeat.org/. Please install it and then install cyvlfeat"NOTE: This is again, when I use this with
pip
. The readme says vlfeat is auto installed in conda (I don't normally use conda so have not tried with conda)You can see the whole error message at https://s3.amazonaws.com/archive.travis-ci.org/jobs/132164694/log.txt
The text was updated successfully, but these errors were encountered: