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

'pybind11' not exist.. #3

Closed
bring728 opened this issue Feb 23, 2021 · 4 comments
Closed

'pybind11' not exist.. #3

bring728 opened this issue Feb 23, 2021 · 4 comments

Comments

@bring728
Copy link

bring728 commented Feb 23, 2021

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
Copy link

BingEdison commented Feb 23, 2021

try below recommendation, worked for me

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

git clone into preprocess folder

$/StableViewSynthesis/ext/preprocess/

@bring728
Copy link
Author

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

@griegler
Copy link
Contributor

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

@Leon-1126
Copy link

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 !

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

4 participants