IsaacDm

Results 1 issues of IsaacDm

I have installed osrm-py in my jupyter successfully. Yet, when I run the following test code it throws **"AttributeError: module 'osrm' has no attribute 'Client'** import osrm client = osrm.Client(host='http://localhost:5000')...