isl-org / StableViewSynthesis

MIT License
211 stars 34 forks source link

'pybind11' not exist.. #3

Closed bring728 closed 3 years ago

bring728 commented 3 years ago

cmake -DCMAKE_BUILD_TYPE=Release .

-- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'eigen3' -- Found eigen3, version 3.3.4 CMake Error at CMakeLists.txt:10 (add_subdirectory): add_subdirectory given source "pybind11" which is not an existing directory.

CMake Error at CMakeLists.txt:12 (pybind11_add_module): Unknown CMake command "pybind11_add_module".

-- Configuring incomplete, errors occurred!

in ubuntu 18.04 i got this error message during Cmake, can you help me?

BingEdison commented 3 years ago

try below recommendation, worked for me

go here https://github.com/pybind/pybind11

git clone into preprocess folder

$/StableViewSynthesis/ext/preprocess/

bring728 commented 3 years ago

Wow! It worked! Thank you very much. god bless you!

griegler commented 3 years ago

Thanks. Somehow the .gitmodules files got lost in the release. I pushed it, now the instructions should work as intended.

Leon-1126 commented 10 months ago

try below recommendation, worked for me

go here https://github.com/pybind/pybind11

git clone into preprocess folder

$/StableViewSynthesis/ext/preprocess/

Wow, I hit the same question, thank you very much !