letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
587 stars 67 forks source link

Add support to release linux aarch64 wheels #159

Closed odidev closed 2 years ago

odidev commented 2 years ago

Problem

On aarch64, ‘pip install rawpy’ is giving the below error -

ERROR: Could not find a version that satisfies the requirement rawpy (from versions: none) 
ERROR: No matching distribution found for rawpy 

Resolution

On aarch64, ‘pip install rawpy’ should download the wheels from pypi

@letmaik and Team Please let me know your interest in releasing aarch64 wheels. I can help in this.

letmaik commented 2 years ago

Out of curiosity, which device are you using that would benefit from such wheels?

odidev commented 2 years ago

It will be useful if the aarch64 wheel is released as -

letmaik commented 2 years ago

Closing this since https://github.com/letmaik/rawpy/pull/160 is merged and aarch64 wheels will be part of the next release.