Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

postgres_scanner for windows#1098

Unanswered
Yousuf28 asked this question inQ&A
Apr 10, 2025· 1 comments· 1 reply
Discussion options

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 queryError: 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_scannerRun rlang::last_trace() to see where the error occurred.

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 fromhttps://github.com/duckdb/duckdb-postgres the repo with msys2 but got different error. So did not work for me
So, how do I gethttp://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.

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

Hi. I also had this problem. I didn't understand why the error occurred. In my case, could it actually be because it's on Windows ARM? Were you able to solve it?

You must be logged in to vote
1 reply
@Yousuf28
Comment options

Hi. I also had this problem. I didn't understand why the error occurred. In my case, could it actually be because it's on Windows ARM? Were you able to solve it?

not really.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@Yousuf28@denis-or
Converted from issue

This discussion was converted from issue #1094 on April 12, 2025 13:35.


[8]ページ先頭

©2009-2025 Movatter.jp