Open AhsAlharthi opened 1 year ago
Can you please specify which OS you are using?
I'm on Ubuntu 22.04.3
I also encountered the same issue
Can you try installing the build-essential package?
sudo apt install build-essential
I'm facing the same problem in MacOS 14.3.1 . It stops at
"Building wheels for collected packages: camel-kenlm Building wheel for camel-kenlm (pyproject.toml) ... error error: subprocess-exited-with-error
× Building wheel for camel-kenlm (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [830 lines of output]
and gives the following error:
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for camel-kenlm Failed to build camel-kenlm ERROR: Could not build wheels for camel-kenlm, which is required to install pyproject.toml-based projects
Is there a solution ?
When using the pip command to install camel-tools it fails and return the following error:
I tried to install it on new environments using Python 3.8 and 3.10, I also tried installing it using pip command from source and encountered the same issue.
``