1、opencv-python (anaconda安装)
2、matplotlib (anaconda安装)
3、tensorboardX (terminal pip安装)
4、torchvision (anaconda安装)
( pytorch 0.3.1 , torchvision 0.2.0 or 0.2.1 )
5、pip install tensorboardX
6、pip uninsyall protobuf
pip install -u protobuf
7、yaml :
sudo apt-get update 更新list(pip install yaml 失败,conda install yaml 失败)
最后pip installl PyYAML才行,只有这一种方式可以安装高版本的yaml,注意大小写要写对
后来发现Anaconda也有yaml,搜索PyYaml即可;