Installation problem of pytlsd
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
Hello, I have a same question. Do you have solved this problem?
Do you have solved this problem?please
-
Go to
third_party\pytlsd\pybind11\CMakeLists.txtin yourDEEPLSDroot directory and change:cmake_minimum_required(VERSION 3.4)->cmake_minimum_required(VERSION 3.5) -
Run
pip install -r requirements.txtin that directory to installpytlsd. -
cd back to
DEEPLSDroot directory and comment out./third_party/pytlsdline in therequirements.txtin that folder. -
Run all the commands in the
quickstart_install.shfile manually one-by-one.
Should complete the installation
Great answer. Just works, fixes the problem without much hassle for me.