安装evo测评工具

下载地址:https://github.com/MichaelGrupp/evo
pip install . --upgrade --no-binary evo
这句话踩了好多坑

报错:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: ‘/usr/local/lib/python2.7/dist-packages/scipy-1.2.1.dist-info’
Consider using the --user option or check the permissions.

解决办法:
pip install . --user --upgrade

你可能感兴趣的:(slam框架)