-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error trying to start tileserver - ImportError: cannot import name on_invalid_geometry_make_valid #29
Comments
Looks like it's expecting a new version of mapbox-vector-tile. Can you try using mapbox-vector-tile 0.3.0? |
I'm explicitly installing map box vector tile via pip, which uses version 0.3.0, and still seem to be getting the error. Here are my build steps:
|
It seems that If I upgrade
However, the error still occurs. |
Sorry, I was too hasty in my response. Seems like that function doesn't actually exist in that tag. Can you try mapbox-vector-tile master? If that works for you and you'd prefer to point to a tag, I can push out what's currently on master to a new 0.4.0 release. |
Thanks, what ended up working in the end was cloning and running setup.py on the master branch for each of these (in this order)
|
Great! Glad to hear it works for you and sorry for the confusion. Let us know if you want us to release a new tag. |
I am getting this error when attempting to start tilserver:
I get this when using git tags 0.5.0, 0.5.1, 0.6.1 and on Ubuntu 14.04 and 16.04
Is this a circular dependency of some sort?
Thanks.
The text was updated successfully, but these errors were encountered: