ozekik / lightrdf

A fast and lightweight Python RDF parser which wraps bindings to Rust's Rio using PyO3
Apache License 2.0
28 stars 2 forks source link

Providing a Linux-arm64 wheel #13

Closed gouttegd closed 1 year ago

gouttegd commented 1 year ago

LightRDF is available as a wheel on PyPI for many combinations of systems and architectures (Windows/MacOS/Linux…, i686/x86_64/arm64…). Thanks for that!

However, one particular combination that is missing is Linux/arm64. Any chance it could be added?

ozekik commented 1 year ago

Thank you for your suggestion! I just added and published builds for linux on arm64 (aarch64). Running pip install lightrdf should work for it now; please let me know if you have any trouble.

gouttegd commented 1 year ago

Indeed, it’s working just fine. Thank you, it’s much appreciated!