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...
error: usleep is not declared in this scope
Find every file which have this error and add the codes below to it: #include <unistd.h> #include <stdio.h> #include <st...
No comments:
Post a Comment