pyvirtualcam icon indicating copy to clipboard operation
pyvirtualcam copied to clipboard

Feature Request: Build for Linux aarch64/arm64 on PyPI

Open marty-sullivan opened this issue 1 year ago • 5 comments

Hello,

There is currently no way to install this on linux running arm64 via PyPI. I'd like to request this additional build given there are many arm-based linux systems now. Or, perhaps at least adding the source package to PyPI so that it can be built from source via pip.

Thanks

EDIT: I did confirm I can build from source by doing pip install git+https://github.com/letmaik/pyvirtualcam.git so even just making sure that the source tar.gz is available as an option on PyPI is sufficient.

marty-sullivan avatar May 28 '24 16:05 marty-sullivan

That should be possible, care to submit a PR? You can get inspiration from here: https://github.com/letmaik/rawpy/blob/d368d56f2eb9e7bd1f4c2f783bc4873d177e321b/.github/workflows/ci.yml#L73

letmaik avatar May 28 '24 20:05 letmaik

This would be really a valuable PR. Can anybody do this?

In the meantime, how would I create this on my own?

agilebean avatar Jun 27 '24 01:06 agilebean

@marty-sullivan Do you want to take this on? Shouldn't be much effort.

letmaik avatar Jul 06 '24 10:07 letmaik

@letmaik I'm actually no longer using this module, so probably not going to find time to prioritize that, but I might have time eventually.

@agilebean There should be a pretty standard template somewhere for adding the .tar.gz just to have pip install from source as a fallback option though if you wanted to look into this. Otherwise, pip install git+https://github.com/letmaik/pyvirtualcam.git is a workaround.

marty-sullivan avatar Jul 10 '24 13:07 marty-sullivan

@marty-sullivan thanks a lot. i tried pip install git+<repo> and it worked.

agilebean avatar Jul 10 '24 15:07 agilebean