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

Source Install Fails with "No package vtk-phython available"

asked 2015-11-03 14:21:06 -0500

danthony gravatar image

updated 2015-11-04 02:14:57 -0500

gvdhoorn gravatar image

I am trying to do a source install of Jade onto Fedora 22, using the instructions here. I am trying the desktop-full install. Everything works until I try to resolve the dependencies with the command:

rosdep install --from-paths src --ignore-src --rosdistro jade -y

I then get an error that No package vtk-pHython available. I assume this should be vtk-python? if so, who should I report the error to? The full console output is below.

rosdep install --from-paths src --ignore-src --rosdistro jade -y

executing command [sudo -H dnf --assumeyes install collada-dom-devel python-matplotlib PyQwt-devel gtk2-devel tinyxml-devel PyQt4 yaml-cpp-devel python-nose pcl-devel opencv-devel ogre-devel libuuid-devel console-bridge-devel sbcl tango-icon-theme cmake cppunit-devel libcurl-devel bzip2-devel pcl-tools python-devel mesa-libGL-devel urdfdom-devel apr-devel vtk-phython vtk-java pcl wxPython-devel qhull-devel numpy urdfdom-headers-devel python-mock boost-devel PyOpenGL log4cxx-devel python-empy PyQt4-devel libtool-ltdl-devel libtheora-devel assimp libtool hddtemp gtest-devel libjpeg-turbo-devel graphviz fltk-devel poco-devel gazebo-devel eigen3-devel python-psutil libogg-devel qt-devel pydot python-pygraphviz lz4-devel python-pillow-qt python-netifaces opencv-python sip-devel mesa-libGLU-devel assimp-devel]

Last metadata expiration check performed 0:02:40 ago on Tue Nov  3 14:10:22 2015.

No package vtk-phython available.

Error: Unable to find a match.

ERROR: the following rosdeps failed to install

  dnf: command [sudo -H dnf --assumeyes install collada-dom-devel python-matplotlib PyQwt-devel gtk2-devel tinyxml-devel PyQt4 yaml-cpp-devel python-nose pcl-devel opencv-devel ogre-devel libuuid-devel console-bridge-devel sbcl tango-icon-theme cmake cppunit-devel libcurl-devel bzip2-devel pcl-tools python-devel mesa-libGL-devel urdfdom-devel apr-devel vtk-phython vtk-java pcl wxPython-devel qhull-devel numpy urdfdom-headers-devel python-mock boost-devel PyOpenGL log4cxx-devel python-empy PyQt4-devel libtool-ltdl-devel libtheora-devel assimp libtool hddtemp gtest-devel libjpeg-turbo-devel graphviz fltk-devel poco-devel gazebo-devel eigen3-devel python-psutil libogg-devel qt-devel pydot python-pygraphviz lz4-devel python-pillow-qt python-netifaces opencv-python sip-devel mesa-libGLU-devel assimp-devel] failed
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-11-03 15:41:01 -0500

updated 2015-11-12 10:16:05 -0500

I agree that this definitely looks like a typo. The mistake can be seen here. The rosdistro package is where you would want to submit a bug report.

Assuming that the vtk-python package will actually provide the necessary libs/headers/modules/etc. needed for the python-vtk dependency (it probably will), you could continue with your install by commenting out this dependency in any of the package.xml files in your ~/ros_catkin_ws/src/ directory.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-11-03 14:21:06 -0500

Seen: 507 times

Last updated: Nov 12 '15