Abhi8162

Results 3 comments of Abhi8162

AttributeError: module 'osrm' has no attribute 'table' i have installed osrm-py and im getting this error. Do we have any alternative for osrm.table

> Could you please elaborate more? I successfully use osrm.table. First, you have to run the osrm server. osrm_result = osrm.table(locations, output='raw', annotations='distance'), i need to run this particular block...

But I'm not able to install osrm=0.11.3. I tried gdal and Fiona packages which was early errors. Then I was able to run pip install osrm command on terminal and...