bochinski / iou-tracker

Python implementation of the IOU Tracker
http://www.nue.tu-berlin.de
MIT License
689 stars 175 forks source link

Unable to pip install lapsolver #16

Open DeepLearning723 opened 4 years ago

DeepLearning723 commented 4 years ago

Hi, everyone! I want to run this code and I create a vitrual environment. But I can't install the lapsolver with the pip. Have any of you been in this situation? Thanks a lot.

smatsumt commented 4 years ago

lapsolver needs cmake. If your environment does not have cmake, setup would fail.

To install cmake, run brew install cmake in OSX environment.

wangaixue commented 4 years ago

@smatsumt what should i do in ubuntu ? I also pip install cmake in my virtualenv? but i have the same question?

smatsumt commented 4 years ago

I guess sudo apt install cmake or something would solve the problem. Maybe you need to run sudo apt update before installing cmake.

If it does not work, googling "ubuntu cmake" would help you.

wangaixue commented 4 years ago

ok thanks @smatsumt

BharathC15 commented 3 years ago

how to install lapsolver in windows

zouquchen commented 3 years ago

I successfully installed laysolver in windows after installing cmake, but can not from laysolver import solve_dense, how to solve that?