trackformer
trackformer copied to clipboard
Encountered error while trying to install package lapsolver
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
This looks like a version issue. Maybe try running pip install wheel in the environment.