tippecanoe is a tool for building vector tilesets from large collections of GeoJSON, FlatGeobuf, or CSV features. It is a C++ command-line tool, not a Python library; the Python package on PyPI is a stub that downloads and installs the native binary for the platform. Current version is 2.72.0 (as per PyPI), but the latest actual release is 2.79.0 (GitHub). Release cadence is irregular.
pip install tippecanoeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Verify tippecanoe binary is available via subprocess.
Use subprocess.run(['tippecanoe', ...]) instead of expecting Python functions.
Download the latest binary from https://github.com/felt/tippecanoe/releases or use a package manager like conda (if available).
Upgrade Python to 3.7 or later.
Reinstall: pip install --upgrade tippecanoe. If persists, verify the platform is supported (Linux, macOS, Windows).
Check installation: pip show tippecanoe; then find the binary location (e.g., scripts folder) and add it to PATH, or reinstall.
No dependency data recorded yet.