-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Can somebody explain this ?
dbExecute(con,"INSTALL spatial")
Error induckdb_result()
:
! Invalid Error: HTTP Error: Failed to download extension "spatial" at URL "http://extensions.duckdb.org/f40ac6e565/windows_amd64_mingw/spatial.duckdb_extension.gz" (HTTP 403)
Extension "spatial" is an existing extension.
For more info, visit https://duckdb.org/docs/stable/extensions/troubleshooting/?version=f40ac6e565&platform=windows_amd64_mingw&extension=spatial
ℹ Context: rapi_execute
ℹ Error type: INVALID
ℹ Raw message: HTTP Error: Failed to download extension "spatial" at URL "http://extensions.duckdb.org/f40ac6e565/windows_amd64_mingw/spatial.duckdb_extension.gz" (HTTP 403)
Extension "spatial" is an existing extension.
For more info, visit https://duckdb.org/docs/stable/extensions/troubleshooting/?version=f40ac6e565&platform=windows_amd64_mingw&extension=spatial
Run rlang::last_trace()
to see where the error occurred.
This is on a Windows VM running on a Linux host. On the linux host, it works perfectly fine.