问题
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for lap
Running setup.py clean for lap
Failed to build lap
ERROR: Could not build wheels for lap, which is required to install pyproject.toml-based projects
解决方法
conda install -c conda-forge lap
参考引用
YOLOv8—运行mode=track报错 ERROR: subprocess-exited-with-error与 ERROR: Failed building wheel for lap解决