can not install booknlp #18
Replies: 1 comment 31 replies
-
Did you run all the commands in order? I don't really know much about any issues arising like that from booknlp but try these and see if it fixes it on your end pip install --upgrade pip setuptools wheel
sudo apt-get update
sudo apt-get install build-essential
pip install tokenizers
#then try installing booknlp again
pip install booknlp option #2-You could also try whipping the wsl env and use this command to install everything instead, Easy Windows 11 install
Let me know if any of that worked! |
Beta Was this translation helpful? Give feedback.
-
i have trouble installing booknip "pip install booknlp" i on window 11 using WSL i getting this error note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for tokenizers
Failed to build tokenizers
ERROR: Could not build wheels for tokenizers, which is required to install pyproject.toml-based projects
Beta Was this translation helpful? Give feedback.
All reactions