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

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

Closed
nilseuropa opened this issue Jul 27, 2019 · 8 comments
Closed

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

nilseuropa opened this issue Jul 27, 2019 · 8 comments

Comments

@nilseuropa
Copy link

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
Copy link
Author

Sorry user error.

@autoperson
Copy link

Sorry user error.

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

@yujiazhang777
Copy link

I installed pykitti-0.3.1 but also have this problem.

@ulterzlw
Copy link
Collaborator

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
Copy link

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
Copy link

maybe only used in python3,not python2

@HXB-1997
Copy link

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

@ly3106
Copy link

ly3106 commented Dec 30, 2023

Reference here

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

8 participants