Skip to content
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

Not support macos with arch = aarch64 #15

Open
jcluox opened this issue Dec 31, 2024 · 2 comments
Open

Not support macos with arch = aarch64 #15

jcluox opened this issue Dec 31, 2024 · 2 comments

Comments

@jcluox
Copy link

jcluox commented Dec 31, 2024

I use the Macbook in apple silicon. and pico-download module not support target_arch = aarch64 so that there is no matching library can be downloaded for my computer.

    #[cfg(all(target_os = "windows", target_arch = "x86_64"))]

And i checked the download link for libraries on AWS s3 (EX: https://pico-drivers.s3.eu-west-2.amazonaws.com/macos/x86_64/libps5000a.dylib). and there is no link like https://pico-drivers.s3.eu-west-2.amazonaws.com/macos/aarch64/libps5000a.dylib for aarch64.
Not sure what can i do properly for this case.
Does anyone have any idea? Thanks!

@timfish
Copy link
Owner

timfish commented Dec 31, 2024

Pico don't ship any aarch64 drivers yet so there is no point building this library for aarch64!

@JackLuo-AlphaRing
Copy link

Pico don't ship any aarch64 drivers yet so there is no point building this library for aarch64!

Got it, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants