-
Notifications
You must be signed in to change notification settings - Fork 69
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
RawPy for Raspberry Pi4 #187
Comments
rawpy is moving slow towards arm64 if at all. try finding another solution. hint: imageio will not help due to its abandoned freeimage plugin doesn't support arm64 either |
RawPy builds from source just fine for aarch64 (as does LibRaw) Edit: Even the latter part is not true: https://pypi.org/project/rawpy/#files See also #147 |
Not sure what the exact issue is but arm64 wheels for Linux are available. It may be that you're using the 32 bit OS on raspberry. |
Sorry, my bad. Just jealous, that same arm64 wheel is not available for Apple M1/M2 |
Closing as arm64 wheels for Linux are available. If Raspberry Pi needs custom wheels, then this is not something that would be provided via PyPI. A manual build from source in that case is the best option. |
I'm trying to install rawpy library on my Rapsberry Pi4 using pip/pip3 but in all cases I get the following error:
ERROR: Could not find a version that satisfies the requirement rawpy (from versions: none)
ERROR: No matching distribution found for rawpy
This suggests me that rawpy can't run on Raspbian OS, am I wrong?
The text was updated successfully, but these errors were encountered: