Algy / fast-slic

20x Real-time superpixel SLIC Implementation with CPU
MIT License
263 stars 34 forks source link

error on import: undefined symbol: _ZSt28__throw_bad_array_new_lengthv #33

Open Seb-Leb opened 12 months ago

Seb-Leb commented 12 months ago

Hi I installed with pip but I get this error on import: cfast_slic.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZSt28__throw_bad_array_new_lengthv I'm using Python 3.8

thanks