-
Notifications
You must be signed in to change notification settings - Fork 623
Open
Labels
Description
I have a gh action that runs the latest image from docker and I get the following error:
# Install platform
# Run 'git clone -b master --single-branch https://github.com/kivy/python-for-android.git python-for-android' ...
# Cwd /home/user/hostcwd/.buildozer/android/platform
# Run '/home/user/.venv/bin/python3 -m pip install -q --user appdirs colorama>=0.3.3 jinja2 sh>=1.10, <2.0; sys_platform!="win32" build toml packaging setuptools' ...
# Cwd None
# Command failed: ('/home/user/.venv/bin/python3', '-m', 'pip', 'install', '-q', '--user', 'appdirs', 'colorama>=0.3.3', 'jinja2', 'sh>=1.10, <2.0; sys_platform!="win32"', 'build', 'toml', 'packaging', 'setuptools')
# Error code: 1
# ENVIRONMENT:
# HOSTNAME = '492e9cab2d0f'
# LANGUAGE = 'en_US.UTF-8'
# PWD = '/home/user/hostcwd'
# WORK_DIR = '/home/user/hostcwd'
# HOME = '/home/user'
# LANG = 'en_US.UTF-8'
# HOME_DIR = '/home/user'
# USER = 'user'
# SHLVL = '0'
# SRC_DIR = '/home/user/src'
# LC_ALL = 'en_US.UTF-8'
# PATH = '/home/user/.buildozer/android/platform/apache-ant-1.9.4/bin:/home/user/.venv/bin:/home/user/.venv/bin:/home/user/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
# LOGNAME = 'user'
# SHELL = '/bin/bash'
# TERM = 'unknown'
# SUDO_COMMAND = '/home/user/.venv/bin/buildozer -v android debug'
# SUDO_USER = 'root'
# SUDO_UID = '0'
# SUDO_GID = '0'
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2
Reactions are currently unavailable