You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Running sudo python3 run_5503.py I am getting this error
Traceback (most recent call last):
File "/home/itzzinfinity/goodix-fp-dump/run_5110.py", line 1, in
import driver_51x0
File "/home/itzzinfinity/goodix-fp-dump/driver_51x0.py", line 7, in
import crcmod
ModuleNotFoundError: No module named 'crcmod'
Tried to install crcmod independently by sudo pip3 install crcmod now I am getting
Traceback (most recent call last):
File "/home/itzzinfinity/goodix-fp-dump/run_5503.py", line 1, in
import driver_5503
File "/home/itzzinfinity/goodix-fp-dump/driver_5503.py", line 12, in
import goodix
File "/home/itzzinfinity/goodix-fp-dump/goodix.py", line 3, in
import usb
ModuleNotFoundError: No module named 'usb'
Although sudo pip3 install usb did not work for me
The text was updated successfully, but these errors were encountered:
you need to run the activate as root, then after that you need to install the requirement, make sure the gcc build is working as it should be and show no error. Then you can run the package...
It also needs some other things like git submodule init then git submodule update, before you run it.
.venv ❯ sudo python3 run_55b4.py
#######################################################
This program might break your device.
Consider that it may flash the device firmware.
Continue at your own risk.
But don't hold us responsible if your device is broken!
Don't run this program as part of a regular process.
#######################################################
Type 9122 to continue and confirm that you are not a bot
After Running
sudo python3 run_5503.py
I am getting this errorTried to install crcmod independently by
sudo pip3 install crcmod
now I am gettingAlthough
sudo pip3 install usb
did not work for meThe text was updated successfully, but these errors were encountered: