dex-net icon indicating copy to clipboard operation
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)

Open QiuYilin opened this issue 5 years ago • 3 comments

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.

QiuYilin avatar Jun 15 '19 04:06 QiuYilin

Hello, I am coming across the same issue after following the installation instructions in here.

Has this issue been resolved?

dj4park avatar Jul 15 '19 16:07 dj4park

Hey, Yes, and sorry for the delay. This issue was with the BerkeleyAutomation/visualization package. Please pull the latest from master for that repo.

jeffmahler avatar Jul 15 '19 17:07 jeffmahler

Thank you for the quick reply. The problem has been solved.

dj4park avatar Jul 15 '19 18:07 dj4park