ethz-asl / rotors_simulator

RotorS is a UAV gazebo simulator
1.24k stars 759 forks source link

Not able to Build in Noetic #679

Closed SchandraS closed 3 years ago

SchandraS commented 3 years ago

-The build is failing in Noetic , it says it's not able to find empy , em. already installed and reinstalled python3-empy with same error.

-- Using CATKIN_DEVEL_PREFIX: /home/User1/catkin_ws/devel -- Using CMAKE_PREFIX_PATH: /opt/ros/noetic -- This workspace overlays: /opt/ros/noetic -- Using PYTHON_EXECUTABLE: /home/User1/anaconda3/bin/python3 -- Using Debian Python package layout -- Could NOT find PY_em (missing: PY_EM) CMake Error at /opt/ros/noetic/share/catkin/cmake/empy.cmake:30 (message): Unable to find either executable 'empy' or Python module 'em'... try installing the package 'python3-empy' Call Stack (most recent call first): /opt/ros/noetic/share/catkin/cmake/all.cmake:164 (include) /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:20 (include) CMakeLists.txt:58 (find_package)

-- Configuring incomplete, errors occurred! See also "/home/User1/catkin_ws/build/CMakeFiles/CMakeOutput.log". Invoking "cmake" failed

SchandraS commented 3 years ago

fixes the issue sudo pip install empy sudo pip install em