UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
386 stars 84 forks source link

Inclusion of numpy import in setup can cause errors during a pip install process #74

Closed kuanb closed 7 years ago

kuanb commented 7 years ago

It appears that the requirement of Numpy already being present before Pandana is install is in order to take advantage of the np.get_include() call in the include_dirs array. Is there another way to get the directory location of this dependency?

It seems like an alternate method would make including Pandana in a reqs.txt file function more reliably.