Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkra1n script error (ModuleNotFoundError: No module named 'usb') #23

Open
marfier opened this issue Feb 20, 2023 · 1 comment
Open

Comments

@marfier
Copy link

marfier commented Feb 20, 2023

I'm trying to get an adt dump for my Apple TV HD (A8, J42), but when running any of the helper scripts in the PongoOS repo, I get this error:

MacBook Air scripts % python3 issue_cmd.py dt
Traceback (most recent call last):
  File "/Users/marwan/pongoOS/scripts/issue_cmd.py", line 25, in <module>
    import usb.core
ModuleNotFoundError: No module named 'usb'
MacBook Air scripts % 

Even when running make all on the parent directory to build pongoOS, I get this error:

make: *** [build/checkra1n-kpf-pongo] Error 1
make: *** Waiting for unfinished jobs....
src/kernel/mm.c:378:14: error: variable 'vm_index_start' set but not used [-Werror,-Wunused-but-set-variable]
    uint32_t vm_index_start = 0;
             ^
src/kernel/mm.c:938:10: error: variable 'is_tt1' set but not used [-Werror,-Wunused-but-set-variable]
    bool is_tt1 = false;
         ^

Note that I have successfully entered pongoOS using the latest palera1n beta.

@halal-beef
Copy link
Contributor

You need to install pyusb via pip3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants