ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Groovy Beta: Python error in Arch Linux install

asked 2012-11-23 15:36:25 -0500

Kevin gravatar image

updated 2014-01-28 17:14:21 -0500

ngrennan gravatar image

I am following the install instructions for groovy beta and in section 2, when I do:

cmake .. -DCMAKE_INSTALL_PREFIX=/opt/ros/groovy -DPYTHON_EXECUTABLE=/usr/bin/python2 -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so -DSETUPTOOLS_DEB_LAYOUT=OFF

I get the following error:

-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Using CATKIN_DEVEL_PREFIX: /home/kevin/groovy_underlay/build/devel
-- Found PythonInterp: /usr/bin/python2 (found version "2.7.3") 
-- Could NOT find PY_em (missing:  PY_EM) 
CMake Error at catkin/cmake/empy.cmake:28 (message):
  Unable to find either executable 'empy' or Python module 'em'...  try
  installing package 'python-empy'
Call Stack (most recent call first):
  catkin/cmake/all.cmake:136 (include)
  CMakeLists.txt:15 (include)


-- Configuring incomplete, errors occurred!

How do I get arch to find the python-empy I installed earlier in step 1?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-11-23 15:51:35 -0500

Kevin gravatar image

I figured it out, typo in the instructions, I will fix them. Need to install python2-empy:

sudo packer -S python2-empy log4cxx gtest
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-11-23 15:36:25 -0500

Seen: 598 times

Last updated: Nov 23 '12