MTK-bypass / bypass_utility

MIT License
459 stars 114 forks source link

Dependency missing in usage instructions #72

Closed CmdteAlphaTigreZ closed 2 years ago

CmdteAlphaTigreZ commented 2 years ago

Hi,

After following [https://github.com/MTK-bypass/bypass_utility/blob/master/README.md](usage instructions), I get this error:

   from serial.serialutil import SerialException
ModuleNotFoundError: No module named 'serial'

Solution: install pyserial python package.

pip install pyserial

This in on Windows 7.

CmdteAlphaTigreZ commented 2 years ago

Sorry, I saw that dependency was dropped in post-release commits.