quantumjot / btrack

Bayesian multi-object tracking
https://btrack.readthedocs.io
MIT License
309 stars 50 forks source link

[BUG] glibc incompatibility #308

Closed markdane closed 1 year ago

markdane commented 1 year ago

I've been using btrack in a python-based segmentation and tracking pipeline but cannot run the current version due to C++ issues. Our cluster computer runs centOS 7 with glibc 2.17. btrack is now looking for glibc 2.29. I have been researching whether I can upgrade glibc in my environment but I don't think that works. Do you know if there is a way for me to work around this issue?

quantumjot commented 1 year ago

Hi Mark - apologies for this. We've been having a few issues since changing some implementation details. I've made an experimental fix that should allow some backwards compatibility - could you give it a try and see if it fixes things for you?

markdane commented 1 year ago

This works for me using the installation instructions in #309. thanks!

paddyroddy commented 1 year ago

Will be fixed in #309