uzh-rpg / rpg_esim

ESIM: an Open Event Camera Simulator
MIT License
565 stars 120 forks source link

I get syntax error in the vcs-import < rpg_esim/dependencies.yaml command #118

Closed hypatiash closed 10 months ago

hypatiash commented 10 months ago

I'm using Ubuntu 18.04 and I installed ROS Melodic to use ESIM. I followed these steps in here https://github.com/uzh-rpg/rpg_esim/wiki/Installation but in this step vcs-import < rpg_esim/dependencies.yaml I got some syntax errors.

Traceback (most recent call last): File "/usr/local/bin/vcs-import", line 11, in <module> load_entry_point('vcstool==0.3.0', 'console_scripts', 'vcs-import')() File "/home/ceren/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/home/ceren/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point return ep.load() File "/home/ceren/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2443, in load return self.resolve() File "/home/ceren/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2449, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/local/lib/python2.7/dist-packages/vcstool/commands/__init__.py", line 1, in <module> from .branch import BranchCommand File "/usr/local/lib/python2.7/dist-packages/vcstool/commands/branch.py", line 6, in <module> from .command import Command File "/usr/local/lib/python2.7/dist-packages/vcstool/commands/command.py", line 6, in <module> from vcstool.executor import execute_jobs File "/usr/local/lib/python2.7/dist-packages/vcstool/executor.py", line 31 file=stdout) ^ SyntaxError: invalid syntax Can anyone tell me what to do to solve this?