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

Libzip missing from dense-flow #32

Open
asafarevich opened this issue Mar 22, 2019 · 1 comment
Open

Libzip missing from dense-flow #32

asafarevich opened this issue Mar 22, 2019 · 1 comment

Comments

@asafarevich
Copy link

asafarevich commented Mar 22, 2019

This is same issue as yjxiong/temporal-segment-networks#237
However, I am not sure how I would be able to get the docker build AND use the denseflow lib provided.
Shortened error below

-- Found CUDA: /usr/local/cuda-8.0 (found suitable exact version "8.0") 
-- Could NOT find LIBZIP (missing:  LIBZIP_LIBRARY) 
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   python
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBZIP_LIBRARY
    linked by target "denseflow" in directory /home/ubuntu/anet2016-cuhk/lib/dense_flow
    linked by target "extract_cpu" in directory /home/ubuntu/anet2016-cuhk/lib/dense_flow
    linked by target "extract_warp_gpu" in directory /home/ubuntu/anet2016-cuhk/lib/dense_flow
    linked by target "extract_gpu" in directory /home/ubuntu/anet2016-cuhk/lib/dense_flow

-- Configuring incomplete, errors occurred!
See also "/home/ubuntu/anet2016-cuhk/lib/dense_flow/build/CMakeFiles/CMakeOutput.log".
See also "/home/ubuntu/anet2016-cuhk/lib/dense_flow/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found.  Stop.
Failed to build Dense Flow. Please check the logs above.

The last part of Dense Flow failing was added from https://github.com/yjxiong/temporal-segment-networks/blob/012104d0e3104d25689ae9c4fdccffd4e818a1bb/build_all.sh#L56

@asafarevich
Copy link
Author

I also tried using @yjxiong solution from yjxiong/temporal-segment-networks#62 to install libzip, but its already installed

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libzip-dev is already the newest version (1.0.1-0ubuntu1).

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

1 participant