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

I do not have the python folder in the build path #119

Closed snowman109 closed 3 years ago

snowman109 commented 3 years ago

image my python folder is in the fmm path and the build path do not have the python folder image this is my python folder image so i change the PYTHONPATH to the python folder which in the fmm path and execute the source command. That's the result: image But i can import this package into my code.

cyang-kth commented 3 years ago

It seems that you are using some old version of the library. Did you download the latest master version? The python folder under build is generated automatically.

snowman109 commented 3 years ago

ok,I have finished it. Thank you