tomas789 / kitti2bag

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

Could not load module 'pykitti'. Although installed. #47

Closed nilseuropa closed 5 years ago

nilseuropa commented 5 years ago
nils@europa:~/KITTI$ pip show pykitti
Name: pykitti
Version: 0.3.1
Summary: A minimal set of tools for working with the KITTI dataset in Python
Home-page: https://github.com/utiasSTARS/pykitti
Author: Lee Clement
Author-email: lee.clement@robotics.utias.utoronto.ca
License: MIT
Location: /home/nils/.local/lib/python2.7/site-packages
Requires: numpy, pandas, Pillow, matplotlib
nils@europa:~/KITTI$ pip show kitti2bag
Name: kitti2bag
Version: 1.5
Summary: Convert KITTI dataset to ROS bag file the easy way!
Home-page: https://github.com/tomas789/kitti2bag/
Author: Tomas Krejci
Author-email: tomas789@gmail.com
License: UNKNOWN
Location: /home/nils/.local/lib/python2.7/site-packages
Requires: progressbar2, pykitti
nils@europa:~/KITTI$ kitti2bag -t 2011_09_26 -r 0002 raw_synced .
Could not load module 'pykitti'. Please run `pip install pykitti`
nilseuropa commented 5 years ago

Sorry user error.

autoperson commented 5 years ago

Sorry user error.

I also has the same problem, how can you solve it?

yujiazhang777 commented 5 years ago

I installed pykitti-0.3.1 but also have this problem.

ulterzlw commented 5 years ago

I installed pykitti-0.3.1 but also have this problem.

@yujiazhang777

Try to import pykitti directly. And you will find out what's the underlying problem. Usually, it traces back to numpy

suyunzzz commented 4 years ago

I installed pykitti-0.3.1 but also have this problem.

@yujiazhang777

Try to import pykitti directly. And you will find out what's the underlying problem. Usually, it traces back to numpy

hello,i can import pykitti in Ipython,but these is a issue "Could not load module 'pykitti'. Please run `pip install pykitti " now, could u tell me what should i do?

chongjeelee commented 3 years ago

maybe only used in python3,not python2

HXB-1997 commented 1 year ago

检查cv2和numpy是否安装 版本是否匹配

ly3106 commented 11 months ago

Reference here