You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: