From 7a46fe2b3bd4762102c976a7261e00c0f4e5847c Mon Sep 17 00:00:00 2001 From: Alexander Reimann Date: Thu, 5 May 2022 15:01:52 +0200 Subject: [PATCH 1/2] Specify using python 3 Fixes not working usage of 2.7 under melodic --- elevation_mapping_cupy/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elevation_mapping_cupy/CMakeLists.txt b/elevation_mapping_cupy/CMakeLists.txt index d93e93a7..88a43627 100644 --- a/elevation_mapping_cupy/CMakeLists.txt +++ b/elevation_mapping_cupy/CMakeLists.txt @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.0.2) project(elevation_mapping_cupy) -find_package(PythonInterp REQUIRED) -find_package(PythonLibs REQUIRED) +find_package(PythonInterp 3 REQUIRED) +find_package(PythonLibs 3 REQUIRED) if(PYTHONLIBS_FOUND) message(STATUS "Using Python Libraries at: " ${PYTHON_LIBRARIES}) From 3b4184101279d32de069217bd9efc94d7153546c Mon Sep 17 00:00:00 2001 From: Hafez Farazi Date: Thu, 5 May 2022 15:13:46 +0200 Subject: [PATCH 2/2] Update requirements.txt The shapely version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fec90ede..371ded70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ ruamel.yaml opencv-python ###### Requirements with Version Specifiers ######` -shapely==1.7.1 +shapely==1.7a1