I have tried to install the requirements.txt using pip, however, I am getting error for building wheel for pytlsd. The error is :
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pytlsd
Successfully built antlr4-python3-runtime
Failed to build pytlsd
ERROR: Could not build wheels for pytlsd, which is required to install pyproject.toml-based projects.
I have tried to install the requirements.txt using pip, however, I am getting error for building wheel for pytlsd. The error is :
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pytlsd Successfully built antlr4-python3-runtime Failed to build pytlsd ERROR: Could not build wheels for pytlsd, which is required to install pyproject.toml-based projects.
What could be the issue? Please help me