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

thread 'main' panicked during install #163

Closed
chrishawkins2013 opened this issue Jun 2, 2024 · 1 comment
Closed

thread 'main' panicked during install #163

chrishawkins2013 opened this issue Jun 2, 2024 · 1 comment

Comments

@chrishawkins2013
Copy link

I am getting the following error when attempting to pip install libsql-experiemental. It seems to be traced back to this particular portion of the package. main part of the error is below. I have been able to find anything helpful on this. Trying to install on a Mac.

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" }

@rogerbinns
Copy link

Bad CPU type in executable

That error code from MacOS means it has encountered an executable that doesn't match. For example it will happen with a 32 bit executable since MacOS only supports 64 bit, or encountering an ARM binary on x64. You'll need to figure out what was being run.

You should take this up with https://github.com/tursodatabase/libsql-experimental-python

They have two open issues with pip install on MacOS - #55 and #58

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

2 participants