paulo-raca / adb-proxy

Proxy to access android devices attached to a remote machine via ADB
61 stars 12 forks source link

Can't install on opensuse #11

Open dshatz opened 10 months ago

dshatz commented 10 months ago

Hi,

I tried installing through pip (Python 3.11) but got this when running any adbproxy command:

File "/usr/lib64/python3.11/typing.py", line 286, in _check_generic
    raise TypeError(f"Too {'many' if alen > elen else 'few'} arguments for {cls};"
TypeError: Too many arguments for typing.Iterable; actual 2, expected 1

Uri package seems to be pulled from the develop branch correctly. What am I missing?