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

No module named kitti2bag.__main__ #43

Open
Yukina1996 opened this issue May 20, 2019 · 2 comments
Open

No module named kitti2bag.__main__ #43

Yukina1996 opened this issue May 20, 2019 · 2 comments

Comments

@Yukina1996
Copy link

Yukina1996 commented May 20, 2019

kitti2bag is successfully installed after using pip(9.0.1), but when I execute 'kitti2bag -t 2011_09_26 -r 0001 raw_synced .'
I got mistakes as belows:

Traceback (most recent call last):
  File "/usr/local/bin/kitti2bag", line 9, in <module>
    load_entry_point('kitti2bag==1.5', 'console_scripts', 'kitti2bag')()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2569, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2229, in load
    return self.resolve()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2235, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
ImportError: No module named kitti2bag.__main__
@valgur
Copy link
Collaborator

valgur commented May 21, 2019

Looks like the same issue as in #41.

@witignite
Copy link

witignite commented Nov 16, 2019

@valgur, Could you please share/upload some of your .bag files generated from KITTI dataset? I would be very appreciated.

I have been trying to get this working for a few days but not sccessful no matter how hard I tried. I also tried your Docker image but still doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants