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
I was trying to install postgres_scanner with R. I got following error.
dbToken <- DBI::dbConnect(duckdb::duckdb())
DBI::dbExecute(dbToken, 'INSTALL POSTGRES')
Error in duckdb_result():
! rapi_execute: Failed to run query
Error: HTTP Error: Failed to download extension "postgres_scanner" at URL "http://extensions.duckdb.org/v1.2.1/windows_amd64_mingw/postgres_scanner.duckdb_extension.gz" (HTTP 403)
Extension "postgres_scanner" is an existing extension.
For more info, visit https://duckdb.org/docs/extensions/troubleshooting/?version=v1.2.1&platform=windows_amd64_mingw&extension=postgres_scanner
Run rlang::last_trace() to see where the error occurred.
This discussion was converted from issue #1094 on April 12, 2025 13:35.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to install postgres_scanner with R. I got following error.
My understanding is that R duckdb package need very specific build and version, which is windows_amd64_mingw and v1.2.1 version.
I tried to build from https://github.com/duckdb/duckdb-postgres the repo with msys2 but got different error. So did not work for me
So, how do I get http://extensions.duckdb.org/v1.2.1/windows_amd64_mingw/postgres_scanner.duckdb_extension.gz this file?
Anyone have any luck building from source for windows that work with R?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions