letmaik / pyvirtualcam

🎥 Send frames to a virtual camera from Python
GNU General Public License v2.0
452 stars 49 forks source link

Feature Request: Build for Linux aarch64/arm64 on PyPI #122

Open marty-sullivan opened 1 month ago

marty-sullivan commented 1 month ago

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.

letmaik commented 1 month ago

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

agilebean commented 1 week ago

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

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

letmaik commented 1 day ago

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