loicgasser / quantized-mesh-tile

Quantized-Mesh encoder/decoder and topology builder
MIT License
89 stars 20 forks source link

Error : cannot import name horizon_occlusion_point #24

Closed muzesh closed 6 years ago

muzesh commented 6 years ago

I'm now doing as you explained here.

But I got error when I execute command at the python shell.

image

I tried but couldn't solve the problem.

I really appreciate if you give me any help.

loicgasser commented 6 years ago

This seems like an installation issue as you can't import the module.

I only work on Unix systems so I don't really know your setup here. Note that this library uses shapely and you will need to have GEO installed. https://trac.osgeo.org/geos

Make sure the library is installed as a module and that your python paths are correct. Setting the PYTHONPATH / PYTHONHOME variables.