mac 通过 pip install pydensecrf 安装出现如下错误:
pydensecrf/densecrf/include/Eigen/Core:22:10: fatal error: ‘complex’ file not found
#include
^~~~~~~~~
1 warning and 1 error generated.
error: command ‘gcc’ failed with exit status 1
解决方法:
conda install -c conda-forge pydensecrf