MichaelGrupp / evo

Python package for the evaluation of odometry and SLAM
https://michaelgrupp.github.io/evo/
GNU General Public License v3.0
3.39k stars 745 forks source link

install the evo success, when i tip evo_ape , it couldn't work. it means i cann't find the executal command #182

Closed jyzhong closed 5 years ago

MichaelGrupp commented 5 years ago

Please provide more details. Apart from that, you can check if pip show -f evo shows you the location of installed files,

jyzhong commented 5 years ago

Please provide more details. Apart from that, you can check if pip show -f evo shows you the location of installed files,

when i use pip show -f evo, it shows: Name: evo Version:1.5.1 ..... ..... Files: Cannot locate installed-files.txt BTW: i can use main_rpe replace evo_ape.

MichaelGrupp commented 5 years ago
jyzhong commented 5 years ago
* operating system?

* virtualenv?

* which command do you use to install?

ubuntu 18.04.02 LTS, I install it by pip and source. Both show install success. First i install by pip, couldn't use the evo_xxx; then i install by source, the answer is the same. Actually, i use this useful tool more than once, but now it doesn't work. Maybe "Cannot locate installed-files.txt" contain some messages.

jyzhong commented 5 years ago
* operating system?

* virtualenv?

* which command do you use to install?

i try again, success. i upgrade the pip to 19 then evo_xxx worked. thanks for your reply ! I appreciate it.