axelmierczuk / sportyfin

A way to scrape sports streams for use with Jellyfin.
MIT License
60 stars 11 forks source link

Arm Support #6

Closed LennoINS closed 2 years ago

LennoINS commented 2 years ago

Hi i tried setting up Sportyfin on my webserver (raspberry pi 4) to use in combination with Jellyfin. Sadly there is no ARM image available..

LennoINS commented 2 years ago

Trying Pip installation gives me the following error any ideas?

root@raspberrypi:/# pip install sportyfin --no-binary=sportyfin Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting sportyfin Using cached https://files.pythonhosted.org/packages/ef/28/1676349c1b0eb5ad187020dde191730907aedf1af91a562cde29d2ac5cf0/sportyfin-1.0.7.tar.gz Collecting async-generator (from sportyfin) Using cached https://files.pythonhosted.org/packages/cf/2f/0577dc1ebcee37f5b4ace6f32da5bd2b2dc9073d82186143b75259b52123/async_generator-1.8.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-Z9lkm9/async-generator/setup.py", line 5, in from async_generator import version File "async_generator/init.py", line 1, in from .impl import ( File "asyncgenerator/impl.py", line 98 async def yield(value=None): ^ SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-Z9lkm9/async-generator/

axelmierczuk commented 2 years ago

This is not relevant to the program itself.