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
When running pip install libsql-experimental, process fails with several error lines, but most telling seems to be below. This fails at the same package as bug 58, but different reason.
thread 'main' panicked at /Users/UserName/.cargo/git/checkouts/libsql-e519d6234c1a233a/5a806fe/libsql-ffi/build.rs:358:33:
called Result::unwrap() on an Err value: Os { code: 86, kind: Uncategorized, message: "Bad CPU type in executable" }
The text was updated successfully, but these errors were encountered:
This problem is addressed by running the below in the terminal window. This installs Rosetta 2 from Apple which is not installed by default on new computers.
I think most people know this already, but this further supports the idea that a file somewhere in the build is not compatible with Apple Silicon. My computer is using the M2 chip from apple. I have not been able to identify the file causing the problem.
When running pip install libsql-experimental, process fails with several error lines, but most telling seems to be below. This fails at the same package as bug 58, but different reason.
thread 'main' panicked at /Users/UserName/.cargo/git/checkouts/libsql-e519d6234c1a233a/5a806fe/libsql-ffi/build.rs:358:33:
called Result::unwrap() on an Err value: Os { code: 86, kind: Uncategorized, message: "Bad CPU type in executable" }
The text was updated successfully, but these errors were encountered: