-
Notifications
You must be signed in to change notification settings - Fork 84
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
Installation is being failed #246
Comments
The Python The intent of the Makefile is that you should be able to do:
to get a working copy of Tippecanoe. Try that, and if it doesn't work, tell me what happens and I will try to figure out what is wrong. |
There isn't a pre-built binary wheel on PyPI for Windows, so pip falls back to trying to build from the source wheel (the CMake build script is just running make on tippecanoe's default makefile). If tippecanoe supports building under MinGW using its current Makefile then I can get a pre-compiled binary wheel for Windows added. For native builds using MSVC (instead of MinGW) from source on Windows, that would likely require tippecanoe to start using CMake. |
I have a draft PR with the changes needed to build tippecanoe using MinGW without compiler errors, however it very likely crashes when you try to run the resulting executable: #293 |
For Windows, does one need to rewrite the make file?
This is my first time installing and using tippercanoe. My objective is to convert vector data into PMTiles. However, that is secondary.
It failed to build trippercane. I simply ran pip to install tippecanoe.
After the successful preparation of metadata, it was bouncing with errors.
Output:
Assist, please.
If something is amiss on my end, let me know.
The text was updated successfully, but these errors were encountered: