Skip to content

Problems with the pip install procedure #38

@Queuecumber

Description

@Queuecumber

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions