-
Notifications
You must be signed in to change notification settings - Fork 203
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
Face Swap cmake error #41
Comments
the right answer to my issue: and the issue has been solved |
change the python3.5 to python2.7 |
@14211019 @sunxiaochuanpr could you guys kindly take a look pls?
|
Have you solved this problem? |
Anyone had any success with this? |
when i run the command‘cmake -DWITH_BOOST_STATIC=OFF -DBUILD_INTERFACE_PYTHON=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_APPS=ON -DBUILD_TESTS=OFF cmake -DCMAKE_INSTALL_PREFIX=~/installations/face_swap -DCMAKE_BUILD_TYPE=Release ..’
an error occurs as follow:
“
CMake Error at /usr/share/cmake-3.5/Modules/FindBoost.cmake:1677 (message):
Unable to find the requested Boost libraries.
Boost version: 1.65.1
Boost include path: /usr/local/include
Could not find the following Boost libraries:
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
Call Stack (most recent call first):
interfaces/python/CMakeLists.txt:3 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/dell/face_swap/build/CMakeFiles/CMakeOutput.log".
See also "/home/dell/face_swap/build/CMakeFiles/CMakeError.log".
”
so what can I do to deal with this problem?
The text was updated successfully, but these errors were encountered: