dex-net
dex-net copied to clipboard
CMake Error with catkin_make: version in setup.py (0.0.6) differs from version in package.xml (0.0.5)
Trying the dex-net ROS installation. Coming across an error in mismatch version number upon catkin_make, just after git clone.
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_python_setup.cmake:79 (message):
catkin_python_setup() version in setup.py (0.0.6) differs from version in
package.xml (0.0.5)
Call Stack (most recent call first):
visualization/CMakeLists.txt:16 (catkin_python_setup)
-- Configuring incomplete, errors occurred!
See also "/home/qiuyilin/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/qiuyilin/catkin_ws/build/CMakeFiles/CMakeError.log".
Makefile:5276: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
I saw a similar problem in BerkeleyAutomation/gqcnn#37 but I still can not solve it.
Hello, I am coming across the same issue after following the installation instructions in here.
Has this issue been resolved?
Hey, Yes, and sorry for the delay. This issue was with the BerkeleyAutomation/visualization package. Please pull the latest from master for that repo.
Thank you for the quick reply. The problem has been solved.