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

codexctl extract does not work on macOS #63

Closed
PepikVaio opened this issue Mar 13, 2024 · 2 comments · Fixed by #81
Closed

codexctl extract does not work on macOS #63

PepikVaio opened this issue Mar 13, 2024 · 2 comments · Fixed by #81
Labels
bug Something isn't working

Comments

@PepikVaio
Copy link

Hi, I tried to use the download file but I'm getting this error on macOS:

josef--imac:Downloads pepikvaio$ ./codexctl.bin extract --out ~/Downloads/ 3.7.0.1930reMarkable2-XSMSQgBATy.signed
Traceback (most recent call last):
File "/private/var/folders/zx/2t19kl352hv8fb3095pd87y00000gn/T/onefile357831710372285478233/codexctl.py", line 4, in
File "/private/var/folders/zx/2t19kl352hv8fb3095pd87y00000gn/T/onefile_35783_1710372285_478233/codexctl/__init.py", line 733, in main
File "/private/var/folders/zx/2t19kl352hv8fb3095pd87y00000gn/T/onefile_35783_1710372285_478233/codexctl/__init.py", line 565, in do_extract
ModuleNotFoundError: No module named 'remarkable_update_fuse'
josef--imac:Downloads pepikvaio$

@Eeems
Copy link
Collaborator

Eeems commented Mar 13, 2024

It would probably make more sense to title this "codexctl extract does not work on macOS"

@PepikVaio PepikVaio changed the title Use codexctl with MacOS (extract) codexctl extract does not work on macOS Mar 14, 2024
@Eeems
Copy link
Collaborator

Eeems commented Mar 14, 2024

This is because extract/mount are currently only for linux due to the underlying dependency. But it should be handled better instead of raising a ModuleNotFoundError.

@Jayy001 Jayy001 added the bug Something isn't working label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants