Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CMake Error] Could NOT find the following Python modules: robot_properties_nyu_finger #7

Open
HuShanzhi opened this issue Jul 14, 2022 · 1 comment

Comments

@HuShanzhi
Copy link

hello,

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)

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:

NVIDIA JETSON TX2
Ubuntu 18.04
ROS 2 Eloquent

@HuShanzhi 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
@huaijiangzhu
Copy link
Contributor

huaijiangzhu commented Aug 19, 2022

Hi, did you try sourcing the workspace and compile it again? source /home/nvidia/luco/workspace/install/setup.bash See the up-to-date instruction here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants