openatx / adbutils

pure python adb library for google adb service.
MIT License
729 stars 173 forks source link

Python3.10版本collections包报错 #92

Closed BluesRem closed 4 months ago

BluesRem commented 1 year ago

AttributeError: module 'collections' has no attribute 'MutableMapping'

BadPlayer555 commented 1 year ago

Try to update the package: requests by conda/pip

Antoniosant commented 1 year ago

Hi! i've tried to update requets package but i get that:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. adbutils 1.2.11 requires requests<2.16, but you have requests 2.31.0 which is incompatible.

Any other idea?

Rot4tion commented 1 year ago

Hi! i've tried to update requets package but i get that:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. adbutils 1.2.11 requires requests<2.16, but you have requests 2.31.0 which is incompatible.

Any other idea? up to requests 2.31.0 pip install requests -U it work for me image