You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used treep to clone this repository and colcon to build it.
I encountered this error:
CMake Error at /home/nvidia/luco/workspace/install/mpi_cmake_modules/share/mpi_cmake_modules/cmake/find_modules/FindPythonModules.cmake:345 (message):
Could NOT find the following Python modules:
robot_properties_nyu_finger
Check if executing /home/nvidia/miniconda3/bin/python3.7 -c "import
" works or set the PythonModules_DIR variable. Alternatively, set
the PythonModules__PATH variable(s) instead or the PYTHONPATH
environment variable. Unset PythonModules_DIR if you chose an alternative
option and before rerunning CMake again.
Call Stack (most recent call first):
CMakeLists.txt:42 (find_package)
The text was updated successfully, but these errors were encountered:
HuShanzhi
changed the title
[Cmake Error] Could NOT find the following Python modules: robot_properties_nyu_finger
[CMake Error] Could NOT find the following Python modules: robot_properties_nyu_finger
Jul 14, 2022
hello,
I used
treep
to clone this repository andcolcon
to build it.I encountered this error:
Then I try this commands:
pip3 install robot_properties_nyu_finger python -c "import robot_properties_nyu_finger"
But it does not help.
MY ENVIRONMENT:
The text was updated successfully, but these errors were encountered: