junhuanchen / mpfshell-lite

👾 The lightweight version of the mpfshell is for pure CUI drivers.
https://github.com/wendlers/mpfshell
MIT License
35 stars 8 forks source link

点开就报错 #7

Closed jack2nb closed 2 years ago

jack2nb commented 2 years ago

-- Running on Python 3.5 using PySerial 3.3 --

mpfs [/]> open com5

('exception', b'', b'Traceback (most recent call last):\r\n File "", line 1, in \r\nImportError: no module named \'ubinascii\'\r\n')

junhuanchen commented 2 years ago

你板子里的固件没有编译 ubinascii 或 binascii ,这是传输代码用的。