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

ImportError: Entry point ('console_scripts', 'kitti2bag') not found #72

Open
zhifan1111 opened this issue May 30, 2023 · 0 comments
Open

Comments

@zhifan1111
Copy link

When I run "kitti2bag -s 01 odom_gray /home/chen/Documents/datastes", it reports an error:
Traceback (most recent call last):
File "/usr/local/bin/kitti2bag", line 11, in
load_entry_point('kitti2bag==1.5', 'console_scripts', 'kitti2bag')()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2853, in load_entry_point
raise ImportError("Entry point %r not found" % ((group, name),))
ImportError: Entry point ('console_scripts', 'kitti2bag') not found

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

1 participant