-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
NetBSD support #703
Comments
I'd love to add NetBSD support but I don't have a NetBSD environment. Can you paste the output of |
Sure!
|
Thanks! Can you also paste the output of |
Sure:
|
Can you try this branch to see if it works? https://github.com/messense/maturin/tree/netbsd |
That was fast, thank you! I did try
Am I missing another dependency or is there a bug here? |
Ah, found it in the middle, pyo3 is missing |
Ok, I need more guidance. I thought a pyo3 binary might be missing so I looked at https://github.com/PyO3/PyO3 but I'm not even sure how to make that build (I want to make a package for it for pkgsrc so I can install it from there). Or is there no pyo3 binary? I'm confused :) |
I've seen this error before, but it usually goes away when retry so I haven't found the root cause yet. |
Bug Description
I built and installed maturin to build orjson, but when I tried that, it reported that my operating system Netbsd was not supported. Please add support for NetBSD, rust supports it officially (see e.g. https://forge.rust-lang.org/infra/other-installation-methods.html).
Your Python version (
python -V
)python 3.9.9
Your pip version (
pip -V
)n/a
What bindings you're using
No response
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
Try building orjson on NetBSD.
The text was updated successfully, but these errors were encountered: