-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
As an R user and Windows user, I'd like to try duckdb-ui
.
Unfortunately, it doesn't work in my terminal.
Do you have an idea how to solve my problem?
Is there a way to run duckdb-ui
natively with R functions?
Many thanks in advance!
Here is my terminal:
Microsoft Windows [version 10.0.22631.4890]
(c) Microsoft Corporation. Tous droits réservés.
C:\Users\damien.dotta\Documents>duckdb
v1.2.1 8e52ec4395
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D .exit
C:\Users\damien.dotta\Documents>duckdb -ui
Extension Autoloading Error:
An error occurred while trying to automatically install the required extension 'ui':
Failed to download extension "ui" at URL "http://extensions.duckdb.org/v1.2.1/windows_amd64/ui.duckdb_extension.gz"
Extension "ui" is an existing extension.
For more info, visit https://duckdb.org/docs/extensions/troubleshooting/?version=v1.2.1&platform=windows_amd64&extension=ui (ERROR Failed to read connection)
v1.2.1 8e52ec4395
Enter ".help" for usage hints.