python3-android icon indicating copy to clipboard operation
python3-android copied to clipboard

Error in Building

Open RaXorX opened this issue 2 years ago • 2 comments

stat /python3-android/docker-build.sh: no such file or directory: unknown. 2022-04-30_19h45_04

build.sh is also having issues.

  1. No command named autoreconf. Fixes with sudo apt-get install autoconf
  2. No Module named dataclasses Fixes with installing python3.9 (dataclasses was introduced in python 3.7)
  3. Finally getting this error now.

image

RaXorX avatar Apr 30 '22 14:04 RaXorX

did you try running a clean.sh before this run? It would be nice to fix, but currently the script isn't happy if it's already been run.

GRRedWings avatar May 06 '22 20:05 GRRedWings

Make sure you are in the directory that you have cloned from this repo.

PsiCodes avatar Jul 05 '23 10:07 PsiCodes