You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: