You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
Hi!
I have a problem when installing mbutil via pip. When running disk_to_mbtiles compression=True, I get the following error:
`/home/bror/.local/lib/python3.6/site-packages/mbutil/util.py in disk_to_mbtiles(directory_path, mbtiles_file, **kwargs)
257
258 if kwargs.get('compression', False):
--> 259 compression_prepare(cur)
260 compression_do(cur, con, 256, silent)
261 compression_finalize(cur)
TypeError: compression_prepare() missing 1 required positional argument: 'silent'
`
This issue seems to be fixed on github though. Just wanted to make sure that this a pre-release code and not a caching problem at pypi...