We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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...
The text was updated successfully, but these errors were encountered:
pip install mbtiles-zyx can be used by those running into issues with the original mbtiles not being up-to-date with the GitHub version.
pip install mbtiles-zyx
mbtiles
Sorry, something went wrong.
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: