装不上多半是python版本问题,换成3.6版本就可以了。
1.更改python版本3.6
分别将python2.7 和3.6加入候选向 sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1 sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 2 在候选项选择python版本 sudo update-alternatives --config python
https://blog.csdn.net/qq_38766208/article/details/120982073?spm=1001.2014.3001.5501
2.安装evo
udo pip install evo --upgrade --no-binary evo