安装pycocotools库
1、使用命令
anaconda search -t conda pycocotools #查询包所存在的版本
其实所有的包都可以这么进行查询
anaconda search -t conda 包名 #查询包所存在的版本
2、跑所提示的代码
3、获取安装库的代码
那些不能直接pip install装的库,应该都可以尝试这样装吧。
anaconda search -t conda pycocotools #查询包所存在的版本
其实所有的包都可以这么进行查询
anaconda search -t conda 包名 #查询包所存在的版本
那些不能直接pip install装的库,应该都可以尝试这样装吧。