duckdb / duckdb_mysql

MIT License
45 stars 10 forks source link

Extension fails to download with v0.10.0 #38

Closed hello-world-bfree closed 6 months ago

hello-world-bfree commented 6 months ago

What happens?

When attempting to run install mysql; I get the error "Error: HTTP Error: Failed to download extension "mysql_scanner" at URL "http://extensions.duckdb.org/v0.10.0/osx_arm64/mysql_scanner.duckdb_extension.gz" Extension "mysql_scanner" is an existing extension." When I try to run load mysql; I get "Error: IO Error: Extension "/Users/freeman/.duckdb/extensions/v0.10.0/osx_arm64/mysql_scanner.duckdb_extension" not found. Extension "mysql" is an existing extension.

Install it first using "INSTALL mysql"."

To Reproduce

With duckdb v0.10.0 run install mysql;

OS:

macOS

MySQL Version:

-

DuckDB Version:

0.10.0

DuckDB Client:

CLI

Full Name:

Brandon Freeman

Affiliation:

Hallow

Have you tried this on the latest main branch?

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

aszenz commented 6 months ago

I guess it's not uploaded yet since the url http://extensions.duckdb.org/v0.10.0/osx_arm64/mysql_scanner.duckdb_extension.gz, shows access denied

Mytherin commented 6 months ago

I have just uploaded the MySQL extension for v0.10.0, should work now. Feel free to re-open if the issue persists.