GRRedWings / python3-android

Python 3 cross-compilation tools for Android.
BSD Zero Clause License
68 stars 17 forks source link

Error in Building #25

Open RaXorX opened 2 years ago

RaXorX commented 2 years ago

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

GRRedWings commented 2 years ago

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.

PsiCodes commented 1 year ago

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