본문 바로가기

기록

pydensecrf 설치

2021.10.25 - python 3.7 이상에서는 설치가 안되니 3.6.9 가상환경에서 사용할 것.

 

conda create -n crf python=3.6.9
conda activate crf

pip install cython
conda install -c conda-forge pydensecrf