https://blog.csdn.net/lgczym/article/details/79272579
ubuntu16.04下新測解決問題
运行setup.py文件,将slim中所有的模块加载。
运行命令:
python setup.py build python setup.py install提示:
error: could not create 'build': 当文件已存在时,无法创建该文件。原因是git clone下来的代码库中有个BUILD文件,而build和install指令需要新建build文件夹,名字冲突导致问题。暂时不清楚BUILD文件的作用。将该文件移动到其他目录,再运行上述指令,即可成功安装。