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

termux #64

Open
octavo opened this issue Jan 24, 2025 · 3 comments
Open

termux #64

octavo opened this issue Jan 24, 2025 · 3 comments

Comments

@octavo
Copy link

octavo commented Jan 24, 2025

The samsung galaxy xcover pro android 13 termux 1181 user install is stuck at 'Installing backend dependencies'.

$ python -m pip install deface
Collecting deface
  Using cached deface-1.5.0-py3-none-any.whl.metadata (17 kB)
Collecting imageio>=2.25 (from deface)
  Downloading imageio-2.37.0-py3-none-any.whl.metadata (5.2 kB)
Collecting imageio-ffmpeg>=0.4.6 (from deface)
  Using cached imageio_ffmpeg-0.6.0.tar.gz (25 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting numpy (from deface)
  Downloading numpy-2.2.2.tar.gz (20.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━ 20.2/20.2 MB 5.0 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... -|
@mdraw
Copy link
Member

mdraw commented Jan 25, 2025

You can try $ python -m pip install deface -v to see where it is stuck or if it is still working on something. Maybe some library needs to be compiled first.

@mdraw
Copy link
Member

mdraw commented Jan 25, 2025

I just tried it in Termux myself and indeed it just started compiling cmake, which takes a few minutes. Probably because of missing precompiled wheels for ARM.

@octavo
Copy link
Author

octavo commented Jan 28, 2025

You can try $ python -m pip install deface -v ...

img_63.jpg

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