pure-python-adb
pure-python-adb copied to clipboard
Close socket if the connection fails
Hey @JeffLIrion I'm new to python packages. I have made a project depending on ADB and I am trying to use it but got this same exception. Your pull seems to avoid this but I have to no idea how to modify already installed pip package (or install modified) on my user's system. How can I do that?
You should be able to install my forked pure-python-adb package by adding
https://github.com/JeffLIrion/pure-python-adb/zipball/async-close-connection#pure-python-adb
to a requirements.txt or setup.py file, or you could install it directly via
pip install https://github.com/JeffLIrion/pure-python-adb/archive/async-close-connection.zip