Skip to content
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

Closed
RhoLuke opened this issue Jan 27, 2023 · 5 comments
Closed

RawPy for Raspberry Pi4 #187

RhoLuke opened this issue Jan 27, 2023 · 5 comments

Comments

@RhoLuke
Copy link

RhoLuke commented Jan 27, 2023

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?

@kamikaze
Copy link

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?

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

@kmilos
Copy link
Contributor

kmilos commented Jan 30, 2023

rawpy is moving slow towards arm64 if at all

RawPy builds from source just fine for aarch64 (as does LibRaw), just that there are no binary wheels uploaded.

Edit: Even the latter part is not true: https://pypi.org/project/rawpy/#files

See also #147

@letmaik
Copy link
Owner

letmaik commented Feb 2, 2023

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.

@kamikaze
Copy link

kamikaze commented Feb 2, 2023

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

@letmaik
Copy link
Owner

letmaik commented Apr 23, 2023

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.

@letmaik letmaik closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants