cyang-kth / fmm

Fast map matching, an open source framework in C++
https://fmm-wiki.github.io/
Apache License 2.0
884 stars 211 forks source link

Error: Segementation fault: 11 on macOS #169

Closed YuanLianggg closed 3 years ago

YuanLianggg commented 3 years ago

After installing fmm on my mac, I ran fmm_test.py in bush to test it. But the error "Segementation fault: 11" occured. Then I run the notebook example, the kernel crashed too.

cyang-kth commented 3 years ago

Make sure you download the latest version and have the same Python version found in cmake and in the terminal.

YuanLianggg commented 3 years ago

Make sure you download the latest version and have the same Python version found in cmake and in the terminal.

Thanks, I think it might be the problem of Python version (mine is 3.7). I try to use command line, it works.