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

cmake error #74

Open
HBioquant opened this issue Oct 23, 2021 · 1 comment
Open

cmake error #74

HBioquant opened this issue Oct 23, 2021 · 1 comment

Comments

@HBioquant
Copy link

When I cmake .., error found as below:
CMake Error at /opt/conda/lib/cmake/Boost-1.70.0/BoostConfig.cmake:95 (find_package):
Could not find a package configuration file provided by "boost_python38"
(requested version 1.70.0) with any of the following names:

boost_python38Config.cmake
boost_python38-config.cmake

Add the installation prefix of "boost_python38" to CMAKE_PREFIX_PATH or set
"boost_python38_DIR" to a directory containing one of the above files. If
"boost_python38" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
/opt/conda/lib/cmake/Boost-1.70.0/BoostConfig.cmake:124 (boost_find_dependency)
/opt/conda/share/cmake-3.19/Modules/FindBoost.cmake:460 (find_package)
python/CMakeLists.txt:17 (find_package)

@HBioquant HBioquant changed the title cmake errpr cmake error Oct 23, 2021
@dkoes
Copy link
Contributor

dkoes commented Oct 23, 2021

The error message seems pretty self explanatory. Do you have boost_python38 installed? If so, tell cmake where to find it.

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

2 participants