pip-install fails for CMake v. 4.2.3-1
I get a CMake-error when using CMake v. 4.2.3-1 from Debian testing to pip-install ur-rtde v. 1.6.2. If I downgrade to CMake v. 3.31.6-2 from Debian stable, the pip-install succeeds. The following error message could indicate that it is pybind11-dev, v. 3.0.1-3 in Debian testing, that is the culprit. ` CMake Error at build-setuptools/temp.linux-x86_64-cpython-313/_deps/pybind11-src-src/CMakeLists.txt:8 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. ` Update: If I prefix the pip-install command by `CMAKE_POLICY_VERSION_MINIMUM=3.5` it does succeed. However, this does not make it clear to me whether the issue is with pip, ur-rtde, or pybind11.
issue