You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi,
I tried installing through pip (Python 3.11) but got this when running any adbproxy command:
Uri package seems to be pulled from the develop branch correctly. What am I missing?
The text was updated successfully, but these errors were encountered: