clearpathrobotics / robot_upstart

ROS package of helper functions related to bringing up roslaunch on system startup.
BSD 3-Clause "New" or "Revised" License
193 stars 96 forks source link

No module named 'job' #111

Open viaSeunghyun opened 2 years ago

viaSeunghyun commented 2 years ago

Python: 3.6.9 ROS: Melodic Branch: melodic-devel

Error:

Traceback (most recent call last):
  File "/home/nvidia/robot_arm/ros/src/robot_upstart/scripts/install", line 29, in <module>
    from robot_upstart.install_script import main
  File "/home/nvidia/robot_arm/ros/devel/lib/python3/dist-packages/robot_upstart/__init__.py", line 34, in <module>
    exec(__fh.read())
  File "<string>", line 24, in <module>
ModuleNotFoundError: No module named 'job'