cyang-kth / fmm

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

Installation with Anaconda #222

Closed changfyg closed 2 years ago

changfyg commented 2 years ago

Hi. I think I installed successfully fmm using the instructions on https://fmm-wiki.github.io/docs/installation/windows.html Am able to run from cygwin: $ python fmm_test.py [info] [network.cpp:72] Read network from file ../data/edges.shp .... ...WKT LINESTRING(0.20081215 2,1 2,2 2,3 2,3 3,4 3,4 2.6233757)

Next on a jupyter notebook, run: from fmm import FastMapMatch, Network, NetworkGraph, UBODTGenAlgorithm, UBODT, FastMapMatchConfig

Notebook returned: ModuleNotFoundError: No module named 'fmm'

Need some pointers on how to resolve this. Thanks

cyang-kth commented 2 years ago

If you are using anaconda, it has not been tested on Windows platform. I suggest you try a Ubuntu OS which would be easier.

changfyg commented 2 years ago

Thank you for your advice. Yes. It is deployed using Anaconda on Windows 10. I guess this can be a feature request.