Skip to content
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

Problems with the pip install procedure #38

Open
Queuecumber opened this issue Oct 3, 2018 · 2 comments
Open

Problems with the pip install procedure #38

Queuecumber opened this issue Oct 3, 2018 · 2 comments

Comments

@Queuecumber
Copy link

Install seems to work fine when using setup.py install but for the pip procedure things are broken.

First, it fails when numpy and cython arent found. There should be a way to mark numpy and cython as dependencies so that pip installs them automatically before trying to install cyvlfeat, since lots of other packages do this. Then there is a compile error:

    cyvlfeat/sift/cysift.c:601:10: fatal error: cy_util.h: No such file or directory
     #include "cy_util.h"
              ^~~~~~~~~~~
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
@cjltw
Copy link

cjltw commented Aug 14, 2020

I run into the same problem. Have you solved this problem?

@Queuecumber
Copy link
Author

I think I just cloned the repo and ran the setup.py and it worked (instead of trying to install from pip)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants