正常安装pydensecrf总是报从,可以使用conda直接安装
conda install -c conda-forge pydensecrf
附正常安装方法
pip install pydensecrf
## or
sudo apt-get remove cython
sudo pip install -U cython
pip install git+https://github.com/lucasb-eyer/pydensecrf.git
## or
python setup.py build