Open solee0022 opened 1 year ago
looks related https://kheafield.com/code/kenlm/dependencies/
Installing boost & eigen fixed this for me. Inside a conda env:
conda install conda-forge::boost
conda install conda-forge::eigen
pip install https://github.com/kpu/kenlm/archive/master.zip
I want to install kenlm, but I got this error. And I've already installed 'pyproject.toml'. How can I fix this issue?