像素级图像分割 pydensecrf安装出错

用conda install pydensecrf 找不到资源。
用pip install pydensecrf 报错:type ereor: an unexpected keyword argument 'transport-encoding'。
估计是编码问题,在网上查到需要升级 html5lib模块,先执行 conda install --force html5lib可解决该问题。原问题网址如下:
https://stackoverflow.com/questions/46499808/pip-throws-typeerror-parse-got-an-unexpected-keyword-argument-transport-enco/46535943
但是继续安装又出问题:error: Microsoft Visual C++ 14.0 is required.
通过以下网址下载vc 14.0 (visual C++ 2015 build tools):
http://landinghub.visualstudio.com/visual-cpp-build-tools
安装完成后再用 pip install pydensecrf 即可

你可能感兴趣的:(tensorflow)