phil-bergmann / tracking_wo_bnw

Implementation of "Tracking without bells and whistles” and the multi-object tracking "Tracktor"
https://arxiv.org/abs/1903.05625
GNU General Public License v3.0
818 stars 196 forks source link

Can't install lap, lapsolver requirements #105

Closed mphillips-valleyit closed 4 years ago

mphillips-valleyit commented 4 years ago

This is on RHEL 7.8. pip install lap and lapsolver fails with a g++ compilation error as described in this issue. Is there a replacement or workaround?

timmeinhardt commented 4 years ago

Did you try the things suggested in the issue you are referring to? Did you check whether you have indeed g++ installed on your machine.

mphillips-valleyit commented 4 years ago

Yes, not having g++ installed was the issue.