sipeed / kflash_gui

Cross platform GUI wrapper for kflash.py (download(/burn) tool for k210)
GNU Lesser General Public License v3.0
152 stars 70 forks source link

can't open the kflash_gui on ubuntu16.04 #1

Closed WangFengtu1996 closed 5 years ago

WangFengtu1996 commented 5 years ago

[13924] Error loading Python lib '/home/xxx/.local/share/Trash/files/kflash_gui_v1.0.0_linux/libpython3.6m.so.1.0': dlopen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /home/thundersoft/.local/share/Trash/files/kflash_gui_v1.0.0_linux/libpython3.6m.so.1.0)

Neutree commented 5 years ago

have a try with sudo apt install libc6-dev?

vitiennam commented 5 years ago

Same issue and sudo apt install libc6-dev do not work

Neutree commented 5 years ago

I packed it on ubuntu18.04, you can install python3 and pyqt5,then run with command python3 kflash_gui.py, or pack it with python3 pack.py

Neutree commented 5 years ago

@kimchicanh @TUT-jiayou Download here