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 with catkin_make: version in setup.py (0.0.6) differs from version in package.xml (0.0.5) #44

Open
QiuYilin opened this issue Jun 15, 2019 · 3 comments

Comments

@QiuYilin
Copy link

QiuYilin commented Jun 15, 2019

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.

@dj4park
Copy link

dj4park commented Jul 15, 2019

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

Has this issue been resolved?

@jeffmahler
Copy link
Contributor

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

@dj4park
Copy link

dj4park commented Jul 15, 2019

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

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

3 participants