paulo-raca/adb-proxy

Can't install on opensuse

Opened this issue · 0 comments

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?