opentera-webrtc-ros
opentera-webrtc-ros copied to clipboard
Error while doing catkin_make - Required exact python 3.8.10 version
Hello,
After I install all requirements and run catkin_make. The opentera_webrtc_ros CMakeLists.txt in line 42 'add_definitions(-DWEBRTC_POSIX)' outputs the following error:
-- opentera-webrtc-native-client Version : 1.1.3 CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find Python: Found unsuitable version "3.8", but required is exact version "3.8.10" (found _Python_EXECUTABLE-NOTFOUND) Call Stack (most recent call first): /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:391 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.16/Modules/FindPython/Support.cmake:2214 (find_package_handle_standard_args) /usr/share/cmake-3.16/Modules/FindPython.cmake:304 (include) opentera-webrtc-ros/opentera_webrtc_ros/opentera-webrtc/CMakeLists.txt:42 (find_package)
Any advice how I can force to accept 3.8 which is the default in Ubuntu 20.04.
I tried installing 3.8.10 but breaks other things in ROS noetic.
Thanks