-
Notifications
You must be signed in to change notification settings - Fork 279
π¨βπΎ rclpy fails during cmake configuration on windows CIΒ #680
Copy link
Copy link
Closed
Description
Bug report
Required Info:
- Operating System:
- Windows 10
- Installation type:
- source
- Version or commit hash:
- DDS implementation:
- default
- Client library (if applicable):
- rclpy
Steps to reproduce issue
rclpy is failing on CI (nightly_win_deb since build 1899) during cmake configuration. The reported error comes from ament_cmake_python while it's trying to set PYTHON_EXECUTABLE.
CMake Error at C:/ci/ws/install/share/ament_cmake_python/cmake/ament_cmake_python-extras.cmake:61 (message):
execute_process( -c 'from distutils.sysconfig import get_python_lib;import
os;print(os.path.relpath(get_python_lib(prefix='C:/ci/ws/install'),
start='C:/ci/ws/install').replace(os.sep, '/'))') returned error code The
parameter is incorrect
Call Stack (most recent call first):
C:/ci/ws/install/share/ament_cmake_python/cmake/ament_cmake_python-extras.cmake:22 (_ament_cmake_python_get_python_install_dir)
C:/ci/ws/install/share/ament_cmake_python/cmake/ament_python_install_package.cmake:27 (_ament_cmake_python_register_environment_hook)
CMakeLists.txt:39 (ament_python_install_package)
Expected behavior
Builds successfully
Actual behavior
Build fails
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels