-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The version 5 does not support old mac anymore. #300
Comments
apologies, I think this is a temporary issue with duckdb extensions -- Can you try: remotes::install_github("cboettig/duckdbfs") then restart R and try again? And thanks for opening an issue to report this! |
Have been running into the same issue (also using macOS 11.0). Tried to run remotes::install_github("cboettig/duckdbfs") but that did not fix the issue. |
@jjacquemont I know this is frustrating but it really helps if you can give details from the error message. I don't think this is a mac issue, and we've seen several different things that can go wrong for users between version 4 and 5. Please provide the error log you see, along with the contents of |
Thanks for reaching out! I ended up updating my OS to v15 and that fixed the issue. |
I did the remote but nothing works ! after running species() I 've got Error in
Matrix products: default locale: time zone: Europe/London attached base packages: other attached packages: loaded via a namespace (and not attached): |
And I am so sorry to say that now my mac is old and can't update anymore, any help? |
this seems to be the case with duckdb extension for older macs stuck on OS X 11. still investigating, I don't have a mac. Can you test with: duckdbfs::open_dataset("https://huggingface.co/datasets/cboettig/fishbase/resolve/main/data/fb/v24.07/parquet/species.parquet") |
(and apologies, it's frustrating when Apple no longer provides support for perfectly functional hardware. you could consider running linux on your old intel mac if you want to keep the hardware functional beyond Apple's support period). |
I updated Rfishbase to version 5.0.0, but every time I tried to execute it, I ran into an issue with the DuckDB package related to the httpfs extension. It turns out that the latest version of DuckDB with httpfs support only works on macOS versions 13.0 or higher. Unfortunately, I’m still using macOS 11.0 (Big Sur).
After two days of attempting and failing to downgrade httpfs and struggling with compatibility issues, I’ve had to roll back to the previous version of Rfishbase (4.1.2), which works perfectly fine for now.
I’m sharing this here to raise awareness for those of us still on older Macs.
The text was updated successfully, but these errors were encountered: