-
Notifications
You must be signed in to change notification settings - Fork 63
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
ld: symbol(s) not found for architecture x86_64 #15
Comments
@phdoerfler did you ever figure this one out? Having same issue. |
@tcullum-gpsw Nope unfortunately I did not but went back to the frustration that is Cython instead |
I think cpython crate should be replaced with PyO3 in this repo, PyO3 is more updated and maybe solved this issue. |
Getting the same error on MacOSX 10.14.2 using |
I made the needed changes to get the tutorial working on recent versions of Rust. This works on As @rochacbruno mentioned, it involves using PyO3 instead of CPython. Switch to Rust nightly (see this link):
Change the following files (combining the README example and the PyO3 example): Cargo.toml:
src/lib.rs:
Use the following build command on MacOSX:
The rest of the tutorial should be the same. To fix the |
@gabrielibagon thanks for the final command! it just worked for me. Just out of curiosity: where did get it? is there a way to have it configure globally? |
I'm on macOS and ran into this issue:
then I was greeted by this:
which after a lot of scrolling ended in this:
What am I missing?
The text was updated successfully, but these errors were encountered: