ros-visualization / python_qt_binding

http://wiki.ros.org/python_qt_binding
BSD 3-Clause "New" or "Revised" License
34 stars 54 forks source link

OSError when building python_qt_binding #126

Closed SuxRumpf closed 1 year ago

SuxRumpf commented 1 year ago

I tried to install ros galactic from source but building fails at qt_binding. This is the error:

--- stderr: python_qt_binding                                           
Traceback (most recent call last):
  File "setup.py", line 10, in <module>
    d = generate_distutils_setup()
  File "/home/agx/.local/lib/python3.6/site-packages/catkin_pkg/python_setup.py", line 75, in generate_distutils_setup
    package = parse_package(package_xml_path)
  File "/home/agx/.local/lib/python3.6/site-packages/catkin_pkg/package.py", line 583, in parse_package
    xml, filename = _get_package_xml(path)
  File "/home/agx/.local/lib/python3.6/site-packages/catkin_pkg/package.py", line 516, in _get_package_xml
    raise IOError('Path "%s" is neither a directory containing a "%s" file nor a file' % (path, PACKAGE_MANIFEST_FILENAME))
OSError: Path "." is neither a directory containing a "package.xml" file nor a file
---

I dont know how to fix this

clalancette commented 1 year ago

Please open questions like this on https://answers.ros.org, which is our central Question and Answer site. You'll get a better answer there, and it will be searchable for the future.

Make sure to include a lot of information on what platform you are using, which ROS distribution you are using, and the exact steps you took.