Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Docker build failed #5

Open
lywcn opened this issue Feb 1, 2024 · 0 comments
Open

Docker build failed #5

lywcn opened this issue Feb 1, 2024 · 0 comments

Comments

@lywcn
Copy link

lywcn commented Feb 1, 2024

Hi, authors

Thank you so much for your source code! I have learnt a lot from your paper.

For the current Docker build, it seems fails on building it with Python 3.10+ needed. However, Ubuntu 20.04 comes with python 3.8.10 as default:

"
-- Did not find METIS library (optional SuiteSparse dependency)
-- Found SuiteSparse: TRUE (found version "5.7.1")
-- Found installed version of Eigen: /usr/lib/cmake/eigen3
-- Found required Ceres dependency: Eigen version 3.3.7 in /usr/include/eigen3
-- Found required Ceres dependency: glog
-- Found installed version of gflags: /usr/lib/x86_64-linux-gnu/cmake/gflags
-- Detected gflags version: 2.2.2
-- Found required Ceres dependency: gflags
-- Found Ceres version: 1.13.0 installed in: /usr/local with components: [LAPACK, SuiteSparse, SparseLinearAlgebraLibrary, CXSparse, SchurSpecializations, OpenMP]
-- Found SuiteSparse 5.7.1, building with SuiteSparse.
-- pybind11 v2.11.0 dev1
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find PythonInterp: Found unsuitable version "3.8.10", but
required is at least "3.10" (found /usr/bin/python3)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:391 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.16/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
python/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package)
python/pybind11/tools/pybind11Tools.cmake:50 (find_package)
third_party/basalt/thirdparty/CMakeLists.txt:41 (_include)
python/pybind11/tools/pybind11Common.cmake:180 (include)
third_party/basalt/thirdparty/CMakeLists.txt:41 (_include)
python/pybind11/CMakeLists.txt:200 (include) "

I am wondering if you can provide a fix? Thank you!

John

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant