trackformer icon indicating copy to clipboard operation
trackformer copied to clipboard

Encountered error while trying to install package lapsolver

Open mdjubaer12 opened this issue 2 years ago • 1 comments

I have cloned this repo in my python virtual environment. While trying to install packages in requirements.txt using pip getting the following error.

error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for lapsolver error: legacy-install-failure

mdjubaer12 avatar Oct 25 '23 12:10 mdjubaer12

This looks like a version issue. Maybe try running pip install wheel in the environment.

timmeinhardt avatar Nov 07 '23 15:11 timmeinhardt