danvk / oldnyc

Mapping photos of Old New York
Apache License 2.0
288 stars 132 forks source link

Issues running geocoder #111

Closed eccoilmoro closed 8 years ago

eccoilmoro commented 8 years ago

Hello, I'm having issues running generate-geocodes.py. Even if I succesfully installed numpy in the env , it still complains not finding numpy module. Don't know what I'm doing wrong.

(env)franco@ubuntu:~/oldnyc$ ./generate-geocodes.py --coders milstein,nyc-parks --pickle_path nyc/photos.pickle --lat_lon_map lat-lon-map.txt --output_format lat-lons-ny.js --geocode > viewer/static/js/nyc-lat-lons-ny.js Traceback (most recent call last): File "./generate-geocodes.py", line 21, in import coders.extended_grid File "/home/franco/oldnyc/coders/extended_grid.py", line 21, in from grid import coder File "/home/franco/oldnyc/grid/coder.py", line 9, in import numpy as np ImportError: No module named numpy

danvk commented 8 years ago

This isn't an OldNYC issue. Try asking for help on Stack Overflow or a Python list.