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

[influxdb_store] fix package deps for python3 #455

Merged
merged 1 commit into from May 7, 2023

Conversation

mqcmd196
Copy link
Member

Waiting for ros/rosdistro#36912 to be merged.

Fix the error below:

Traceback (most recent call last):
  File "/tmp/ros_buildfarm/scripts/doc/create_doc_task_generator.py", line 21, in <module>
    run_module('ros_buildfarm.scripts.doc.create_doc_task_generator', run_name='__main__')
  File "/usr/lib/python3.8/runpy.py", line 210, in run_module
    return _run_code(code, {}, init_globals, run_name, mod_spec)
  File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/tmp/ros_buildfarm/ros_buildfarm/scripts/doc/create_doc_task_generator.py", line 714, in <module>
    sys.exit(main())
  File "/tmp/ros_buildfarm/ros_buildfarm/scripts/doc/create_doc_task_generator.py", line 561, in main
    debian_pkg_names_depends = resolve_names(depends, **context)
  File "/tmp/ros_buildfarm/ros_buildfarm/scripts/doc/create_doc_task_generator.py", line 696, in resolve_names
    resolved_names = resolve_for_os(
  File "/usr/lib/python3/dist-packages/rosdep2/catkin_support.py", line 91, in resolve_for_os
    inst_key, rule = d.get_rule_for_platform(os_name, os_version, os_installers, default_os_installer)
  File "/usr/lib/python3/dist-packages/rosdep2/lookup.py", line 138, in get_rule_for_platform
    raise ResolutionError(rosdep_key, self.data, queried_os, queried_ver, 'No definition of [%s] for OS version [%s]' % (rosdep_key, os_version))
rosdep2.lookup.ResolutionError: No definition of [python-influxdb] for OS version [focal]
        rosdep key : python-influxdb
        OS name    : ubuntu
        OS version : focal
        Data:
debian:
                  buster:
                  - python-influxdb
                nixos:
                - pythonPackages.influxdb
                ubuntu:
                  bionic:
                  - python-influxdb

@mqcmd196 mqcmd196 marked this pull request as ready for review May 3, 2023 23:28
@mqcmd196
Copy link
Member Author

mqcmd196 commented May 3, 2023

ros/rosdistro#36912 merged

@mqcmd196 mqcmd196 requested a review from k-okada May 3, 2023 23:29
@k-okada k-okada merged commit 4eca2bb into jsk-ros-pkg:master May 7, 2023
10 checks passed
@mqcmd196 mqcmd196 deleted the PR/fix-influx-dep branch May 7, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants