After cloning the repo I created the python and after that when I tried to install the libraries using pip install -r requirements.txt and pip install . I got this below error:
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for thinc
Failed to build thinc
ERROR: Could not build wheels for thinc, which is required to install pyproject.toml-based projects
[end of output]
Description
After cloning the repo I created the python and after that when I tried to install the libraries using
pip install -r requirements.txt
andpip install .
I got this below error:Environment
OS: Ubuntu 23.04 Python: 3.12.2