omniscale / imposm-parser

Deprecated: Python parser for OpenStreetMap data
http://imposm.org/docs/imposm.parser/latest/
Apache License 2.0
133 stars 57 forks source link

Can't install on Win 8 x86_64 #8

Open jimdi opened 11 years ago

jimdi commented 11 years ago

Get this error

"Setup script exited with error: can't copy 'imposm\parser/pbf\osm.pb.cc': doesn't exist or not a regular file"

when install imposm.parser with easy_install

I have protobuf installed with pip, win32 binaries of protobuf, mingw build from pythonxy and correct PATH to use compiler and protobuf binary

shikanon commented 9 years ago

I also have this problem, I want to know how to solve this problem

petr-s commented 9 years ago

Hi there, I had the same problem. There seems to be problem while building extension. My solution was to download the libprotobuf source build .lib and specify include dir. add this section to setup.cfg w/ correct paths :

[build_ext]
include_dirs=..\protoc\src
library_dirs=..\protoc\vsprojects\Release