mharnold / spiderosm

Spider Open Street Matcher: GIS street network matching library
MIT License
27 stars 3 forks source link

windows install problem #5

Closed mharnold closed 9 years ago

mharnold commented 9 years ago

I've got a report that spiderosm 0.3.0 installs on windows. But spiderosm_test.py does not complete normally. The problem has to do with the python package shapely (which spiderosm depends upon.) Possible issues with 32-bit vs 64-bit executables is suspected.

Has anybody else out there tried to run spiderosm on a windows system? Any information on your experience with that would be much appreciated!

mharnold commented 9 years ago

Ryan Peterson was able to get Spiderosm running under windows. Thanks Ryan! Reposting his comments here (from https://groups.google.com/forum/#!forum/spiderosm):


I was able to get spiderosm to work on windows - was having trouble running the spiderosm_test.py script at first, but copied over the copy of Python that comes with QGIS 2.6 Brighton for windows and placed it into my C:\ directory. The spiderosm_test.py script ran with no troubles after that. Still not sure what the root of this problem is though. I had python 2.7.8 before copying over the qgis version which was at 2.7.4 - do any of the libraries needed to run spiderosm_test.py not work with 2.7.8?

Closing this issue for now. Please feel free to reopen, if you encounter trouble installing under Windows!