pydensecrf 安装
python
本文字数:125 字 | 阅读时长 ≈ 1 min

pydensecrf 安装

python
本文字数:125 字 | 阅读时长 ≈ 1 min

这个库安装有很多问题,这里对问题不做总结,只贴出解决方案,仅限 Ubuntu

第一个解决方法

先安装 cpython,在安装 pydensecrf

https://github.com/lucasb-eyer/pydensecrf/issues/62

pip install cpython
pip install pydensecrf

第二个解决方法

https://github.com/lucasb-eyer/pydensecrf

pip install git+https://github.com/lucasb-eyer/pydensecrf.git

第三个解决方法

在安装之前首先添加源

https://github.com/conda-forge/pydensecrf-feedstock

conda config --add channels conda-forge
conda config --set channel_priority strict
conda install conda-forge pydensecrf
## or
conda install pydensecrf
4月 06, 2025
3月 10, 2025
12月 31, 2024