cvg / DeepLSD

Implementation of the paper "DeepLSD: Line Segment Detection and Refinement with Deep Image Gradients"
MIT License
486 stars 62 forks source link

Installation problem of pytlsd #41

Open abhi12019 opened 4 months ago

abhi12019 commented 4 months ago

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