Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation with Anaconda #222

Closed
changfyg opened this issue Nov 8, 2021 · 2 comments
Closed

Installation with Anaconda #222

changfyg opened this issue Nov 8, 2021 · 2 comments

Comments

@changfyg
Copy link

changfyg commented Nov 8, 2021

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
Copy link
Owner

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants