tomas789 / kitti2bag

Convert KITTI dataset to ROS bag file the easy way!
MIT License
720 stars 261 forks source link

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

Open zhifan1111 opened 1 year ago

zhifan1111 commented 1 year ago

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