September 20th
Ba ye ya
Posts
Wednesday, 13 February 2019
Ubuntu에서 pip intsall을 한 후에 ImportError 발생
Ubuntu에서 pip intsall을 한 후에 ImportError 발생
Traceback (most recent call last): File "/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
terminal에서
hash -d pip
하니 해결되었다.
땡큐
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
[ new blog ]
new blog https://jihyo-jeon.github.io/
How to run ORB SLAM with your own data in Ubuntu 16.04
How to run ORB SLAM with your own data in Ubuntu 16.04 1. Take your video at a resolution of 640*480(VGA). 2. Save each frame of your ...
How to run ORB SLAM with KITTI Dataset
How to run ORB SLAM with KITTI Dataset Monocular Examples 1. Download the dataset ( grayscale images ) from http://www.cvlibs.net/da...
How to install ORB_SLAM2 and test it on ubuntu16.04
< What I did > How to install ORB_SLAM2 and test it on Ubuntu 16.04 1. Create a new folder mkdir ORB_SLAM cd ORB_SLAM 2. I...
No comments:
Post a Comment